.aboutTop {
    width: 70%;
    margin: auto;
    margin-top: 2rem;
}

.aboutRow {
    display: flex;
}

.aboutRow img {
    width: 100%;
}

.aboutRow > * {
    flex: 1;
}

.visionDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 2rem 2rem; */
}

.visionDiv .visionTitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #474747;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.visionDiv p {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.1rem;
    color: #2D2D2D;
}

.visionDiv2  {
    background-color: #0052D1;
}

.visionDiv2 .visionTitle {
    color: #ffffff;
}

.visionDiv2 p {
    color: #ffffff;
}

.structure-title {
    width: 70%;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #083479;
}

.structure {
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
}

.structure img {
    width: 100%;
}

.structurePhone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.structurePhone > img {
    width: 80%;
    padding-bottom: 2rem;
    border-bottom: 0.5px solid #aaa;
    margin-bottom: 2rem;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media only screen and (max-width: 800px) {
    .aboutRow {
        flex-direction: column;
        margin-top: 0 !important;
    }

    .aboutRow > * {
        margin-top: 1.5rem;
    }

    .aboutTop {
        width: 90%;
    }

    .visionDiv2  {
        background-color: #FFF;
    }

    .visionDiv2 .visionTitle {
        color: #474747;
    }
    
    .visionDiv2 p {
        color: #474747;
    }

    .structure-title {
        width: 90%;
    }

    .structure {
        width: 95%;
    }
}