.our-mission {
    position: relative;
    width: 100%;
    padding: 20px;
    height: 500px;
    top: 0;
    left: 0;
    border: 1px solid white;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.our-mission-image {
    position: relative;
    bottom: 21%;
    left: 0;
    height: 150%;
    width: 45%;
    border: 1px solid white;
    box-sizing: border-box;
    overflow: hidden;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

/* .our-mission-cont {
    position: relative;
    height: 100%;
    width: 45%;
    padding: 30px;
} */

.about-us-img {
    height: 500px;
    width: 100%;
    position: sticky;
    top: 0;
    right: 0;
}

.our-vision {
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.our-miss-cont,
.our-vision-cont,
.our-value-cont {
    height: 100%;
    width: 80%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px;
    border: 1px solid lightgray;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.our-head {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: rgb(46, 46, 46);
}

.our-img {
    position: relative;
    height: 50px;
    width: 50px;
}

.over-cont-body p{
    font-size: 20px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(46, 46, 46);
    /* text-align: justify; */
}