.aboutUs{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 80px;
    align-items: center;
    overflow: auto;
}
.aboutText{
    width: 90%;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.aboutText h1{
    font-size: 60px;
    text-align: center;
}
@media screen and (max-width: 457px){
    .aboutText h1{
        font-size: 48px;
    }
}

.meetUs{
    text-align: center;
}
.meetUs h1{
    padding-top: 5%;
    padding-bottom: 2%;
}
.pFrames1 img{
    border-radius: 50%;
    width: 50%
}
.pFrames img{
    border-radius: 50%;
    width: 50%
}
.pFrames1 h1{
    padding-top: 50px;
    color: white;
}
.pFrames1{
    background-color: rgb(67,69,88);
}
.pFrames1 p{
    color: white;
}
.pFrames1 h3{
    color: white;
    font-size: 24px;
}
.sectionIII-col{
    text-align: center;
}
.mission-class{
    display: flex;
    flex-direction: row;
    width: auto;
    align-items: center;
    margin: 10px;
    padding: 30px;
    justify-content: space-between;

}
@media(max-width: 1000px){
    .mission-class{
        flex-direction: column;
    }
}
.mission-image-container{
    margin-top: 20px;
    margin-left: 10px;
}
.mission-container p{
    color: white;
}

.mission-vision img{
    width: 100%;
    height: 100%;
    margin-left: 0px;
    border-radius: 50%;
    border-style: solid;    
}
.mission-vision h1{
    font-size: 72px;
    padding-bottom: 20px;
    color: white;
}
.mission-vision p{
    font-size: 24px;
    line-height: 1.3;
    color: white;
    
}
.who-container{
    display: flex;
    width: 50vw;
    margin: 0;
    padding: 30px;
    border-color: black;
}
.who-we-are{
    display: flex;
    margin-left: 50px;
}
.who-we-are img{
    width: 100%;
    height: 50%;
    border-radius: 50%;
    margin-top: 20px;
    
    border-style: solid;
    align-self: flex-end;

}
.who-text{
    text-align: left;
}
.who-text h1{
    font-size: 72px;
}
.who-text p{
    font-size: 24px;
    line-height: 1.3;
}
.rows{
    display: flex;
    justify-content: center;
}
.mission-container{
    background-color: rgb(153, 172, 181);
    border-radius: 25px;
}
@media(max-width: 1000px){
    .who-container{
        flex-direction: column;
        justify-content: center;
    }
    .rows{
        flex-direction: column;
    }
}
@media screen and (max-width: 600px){
    .aboutText h1{
        font-size: 42px;
    }
}
@media screen and (max-width: 500px){
    .mission-vision h1{
        font-size: 48px;
    }
    .mission-vision p{
        font-size: 18px;
    }
    .who-text h1{
        font-size: 48px;
    }
    .who-text p{
        font-size: 18px;
    }
    .who-we-are{
        align-self: center;
    }
}
@media screen and (max-width:630px ){
    .meetUs h1{
        font-size: 28px;
    }
}

/** Roles/Intro text **/

.intro-container{
    display: flex;
    flex-direction: row;
    padding-left: 5%;
    padding-top: 2.5%;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 5%;
    border-radius: 0%;
    width: 100%;
    transition: 1.2s;
    
}

.intro-desc-text{
    flex-basis: 70%;
    padding-left: 5%;
}

.intro-desc-text h1{
    font-size: 48px;
    width: 50%;
}

.intro-desc-text p{
    font-size: 20px;
}
.intro-img{
    flex-basis: 5%;
}
.intro-img img{
    padding-right: 20px;
    padding-left: 10%;
    width: 150%;
    height: 150%;
    border-color: black;    
    border-radius: 40%;
}

.intro-container:hover{
    background-color: rgb(205, 241, 40);
    border: black;
}

/** Mobile support (media) for smaller viewports **/
@media screen and (max-width: 1140px){
    /* .intro-container{
        flex-direction: column;

    } */
    .intro-desc-text h1{
        font-size: 36px;
    }
    .intro-img img{
        width: 200%;
        height: 200%;
    }
    .intro-desc-text p{
        font-size: 14px;
        width: 80%;
    }

}
@media screen and (max-width: 900px){
    .intro-container{
        flex-direction: column;
        align-items: center;

    }
    .intro-desc-text h1{
        font-size: 34px;
    }
    .intro-img{
        width: 10%;
        height: 10%;
        padding-right: 0;
    }
    .intro-desc-text p{
        font-size: 12px;
    }

}
@media screen and (max-width: 600px){
    .intro-container{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 5%;
    }
    .intro-desc-text h1{
        font-size: 28px;
    }

    .intro-desc-text{
        align-self: center;
    }
    
    .intro-desc-text p{
        font-size: 10px;
    }
    .intro-img img{
        /* padding-left: 15%; */
        width: 200%;
        height: 200%;

    }
    .intro-desc-text p{
        width: 70%;
    }
    .intro-desc-text h1{
        width: 70%;
    }
}

