.MissionVissionSec {
    background-color: #F1FCFF;
}

.missionVisionWrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: auto
}

.mission, .Vision {
    flex: 0 0 40%;
    margin: auto;
    text-align: center;
    width: 32%;
    height: 53%;
    border-radius: 20px;
    flex-shrink: 0;
    object-fit: cover;
}

    .mission p, .Vision p {
        font-size: 1rem;
        font-family: "Inknut Antiqua"
    }

.mission {
    background: url(../imges/mission.png);
    background-color: #00569F;

}

.Vision {
    background: url(../imges/vision.png);
    background-color: #00569F;
}

@media screen and (max-width: 1100px) {
    .MissionVissionSec {
        min-height: 100vh
    }

    .missionVisionWrapper {
        width: 80vw;
        flex-direction: column;
        align-items: center;
    }

    .mission, .Vision {
        margin: 20px auto;
        width: 64%;
    }


    .MissionVissionSec h1 {
        font-size: 4vh;
    }
    .mission, .Vision {

    width : 80vw;
    }
}
