.aboutus .header {
    text-align: center;
    font-family: esffehan;
    font-size: 2.5em;
    display: block;
    padding: 20px 10px;
}

.aboutus .body {
    max-width: 800px !important;
    display: block;
    margin: 20px auto;
}

.aboutus .body .imgs {
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.aboutus .body .imgs:hover {
    background-color: rgba(178, 238, 244, .3);
}

.aboutUsLogo {
    width: 80%;
    border: 2px solid #b2eef4;
    padding: 5%;
}