.about-aet .container{
    max-width: 85%;
}
.about-aet{
    padding: 2%;
    background-color: #ffffff;
}
/* .aet{
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    padding: 5%;
    background-color: #fff;
} */
.aldel p{
    margin-top: 35%;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #777272;
}
.about-aet img{
    width: 100%;
    margin-bottom: 35px;
    border-radius: 50px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}
.about-aet  h3{
    font-family: 'Oswald', sans-serif;
    padding: 5px;
    color: #feffff;
    font-size: 34px;
    background-color: #449284;
    margin-top: 3%;
    border-radius: 20px 0px;
    text-align: center;
    margin-bottom: 4%;
}
.aet p{
    text-align: justify;
    color: #000;
    font-size: 16px;
    color: #777272;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3%;
}
b{
    color: #00477f;
    font-weight: 700;
}
.aet li{
    font-size: 16px;
    color: #777272;
    font-family: 'Roboto', sans-serif;
}

.aet ul ol{
    margin-bottom: 13px !important;
}



.board-of-trustee{
    padding: 0px;
    background-color: #ffffff;
}
.board-of-trustee h4{
    font-family: 'Oswald', sans-serif;
    padding: 5px;
    color: #feffff;
    font-size: 34px;
    background-color: #449284;
    margin-top: 3%;
    border-radius: 20px 0px;
    text-align: center;
    margin-bottom: 4%;
}
.trustee{
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    padding: 5%;
    background-color: #fff;
    border: 0.5px solid #c3baba;
    margin-bottom: 20%;
}
.trustee img{
    margin-bottom: 7%;
    width: 100%;
}
.trustee h5{
    font-size: 14px;
    /* font-weight: 600; */
    color: #5c5c5c;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.trustee h6{
    font-size: 14px;
    text-align: center;
    color: #5c5c5c;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aldel p{
        margin-top: 0%;
    }
}
@media (max-width: 576px) { 
    .about-aet .container{
        max-width: 95%;
    }
    .board-of-trustee .container{
         max-width: 95%;
    }
    .about-aet h3{
        font-size: 27px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .aldel p {
        margin-top: 0%;
    }
    .trustee{
        margin-bottom: 8%;
    }


}
