.pageTitle {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 5vw;
    color: rgb(34, 57, 57);
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

.underlineFade {
    width: 90%;
    margin-left: 5%;
    height: 10px;
}

.aboutUsItemTitle {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: rgb(0, 0, 70);
    font-weight: bold;
}

.aboutUsImg {
    margin-left: 10%;
    width: 80%;
    height: auto;
}

.aboutUsText {
    margin-left: 5%;
    width: 90%;
}

p {
    font-size: 24px;
}

.aboutUsBoxItem {
    height: auto;
    border: 3px solid rgb(0, 0, 70);
    /* background-image: linear-gradient(rgb(0,0,70), white); */
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    max-width: 870px;
    width: 80%;
    margin: 40px auto 40px auto;
}

.aboutUsSubText {
    text-align: center;
    font-style: italic;
    color: rgb(0, 0, 70);
}

.aboutUsImgMeeting {
    margin-left: 35%;
    width: 30%;
    height: auto;
    max-width: 250px;
}