﻿#hero {
    background: linear-gradient(90deg, rgba(32,31,91,0.75), rgba(32,31,91,0.75)), url("../images/projects/wisdom-court/wisdom-court-10.jpeg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#missionVisionSection {
    background: url("../images/projects/wisdom-court/wisdom-court-5.jpeg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
}

@media (max-width: 992px) {

    #missionVisionSection {
        background-attachment: scroll;
    }
}

@media (min-width: 992px) {

    #missionVisionSection {
        background-attachment: fixed;
    }
}

.overview-card {
    min-height: 225px;
    border-radius: 10px;
}

.team-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}
