#aboutCover {
    position: relative;
    color: #fff !important;
    padding: 50px 20px;
    background-image: linear-gradient(to bottom right, var(--theme-color), var(--theme-color-ext));
}
#aboutCover h1 {
    margin: 0 !important;
    color: yellow;
    font-size: 5em;
}
#about_logoHomeLink {
    height: 40px;
}
/*#aboutNavMenu {
    list-style: none;
    padding: 0;
}
#aboutNavMenu li {
    display: inline-block;
    text-align: center;
    margin: 0;
}
#aboutNavMenu li a {
    display: inline-block;
    padding: 10px;
    width: 100%;
}*/
.aboutSections {
    text-align: center !important;
    border-bottom: 10px solid #ccc;
}
.aboutSections h2 {
    font-size: 2rem;
    color: #666;
}
.aboutSections h3 {
    text-align: center;
    font-size: 2em;
    color: var(--theme-color);
}
.aboutSection_desc {
    font-size: 1.3em;
}
.aboutSection_cover {
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
}
#aboutSection_cover_mcqt {
    background-image: url("/Assets/Images/Icons/fontawesome/solid/laptop.svg");
}
#aboutSection_cover_studymat {
    background-image: url("/Assets/Images/Icons/fontawesome/solid/book-open.svg");
}
#aboutSection_cover_ps {
    background-image: url("/Assets/Images/bulb_in_hands.jpg");
}
.about_teamMemberCard {
    border: 1px solid #ccc;
}
.about_teamMemberImage {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
}
.about_founderImage {
    width: 200px;
}
.about_teamMemberName {
    font-size: 1.5em;
    font-weight: bold;
}
.about_teamMemberPosition {
    color: #666;
    font-weight: bold;
}
@media only screen and (max-width: 993px) {

}
@media only screen and (max-width: 601px) {
    #aboutCover h1 {
        margin: 0 !important;
        color: yellow;
        font-size: 3em;
    }
    .aboutSections h2 {
        font-size: 1.5em;
    }
}