.information-content-div {
    height: 100%;
    background-size: cover;
    position: relative;
}

.information-content-div-background {
    display: grid;
    grid-template-columns: 10% 90%;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 50px;
}

.vl-div {
    height: 100%;
    padding-bottom: 20%;
    margin-left: 90%;
}

.vl {
    height: 100%;
    margin-left: 10%;
    width: 3px;
    background-color: rgb(42, 112, 225);
    border-radius: 25px;
}

.information-data-div {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
}

.information-data h2 {
    font-weight: 650;
    color: rgb(42, 112, 225);
    text-transform: uppercase;
}

.information-data p {
    font-weight: 500;
    color: rgb(32, 32, 32);
    font-size: 18px;
    /* text-align: justify; */
}

.information-data {
    margin-bottom: 50px;
}

.information-data ul {
    list-style: circle;
    margin-left: 20px;
}

.information-data ul li {
    color: rgb(77, 77, 77);
}

.page-title-div {
    background-image: url(../img/information1.jpg);
    height: 200px;
    background-size: cover;
}

.page-title-div-background {
    background-color: rgba(5, 37, 96, 0.8);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.page-title-div-background h1 {
    font-size: 60px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}


/* MOBILE & TABLET DESIGN */

@media (max-width: 1000px) {
    .vl-div {
        height: 100%;
        padding-bottom: 20%;
        margin-left: 30%;
    }
    .vl {
        height: 100%;
        margin-left: 10%;
        width: 3px;
        background-color: rgb(42, 112, 225);
        border-radius: 25px;
    }
    .page-title-div {
        background-image: url(../img/information1.jpg);
        height: 150px;
        background-size: cover;
    }
    .page-title-div-background {
        background-color: rgba(5, 37, 96, 0.8);
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }
    .page-title-div-background h1 {
        font-size: 50px;
        font-weight: 600;
        color: rgb(255, 255, 255);
    }
}

.img-class {
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.page-main-data {
    margin-left: -5%;
    margin-top: 5%;
}