#hero {
    min-height: auto;
    background: url("../images/home/herobg.png") no-repeat left top;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.bannerImg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 20%;
}

.bannerContent {
    padding: 5rem 0px;
}

.bannerContent h1 {
    font-weight: 700;
}

.card {
    padding: 3rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 24px #e9eff0;
}

.card h3 {
    margin-top: 0.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.card p {
    margin-top: 0.6rem;
}

.text-center {
    text-align: center;
}

.icon {
    font-size: 46px !important;
    color: #3a77be;
}

.topSpaced {
    top: 5rem;
}

.overlapedBody_imgs {
    width: fit-content;
}

.overlapedBody_imgs .bodyImg {
    width: 85%;
}

.overlapedImg {
    position: absolute;
    left: 60%;
}

.missionVision {
    padding: 5rem 0px;
}


/* Media Query */

@media screen and (max-width: 1250px) {
    .overlapedBody_imgs .bodyImg {
        max-width: 80%;
    }
    .overlapedImg {
        left: 40%;
    }
}

@media screen and (max-width: 1060px) {
    .overlapedBody_imgs .bodyImg {
        max-width: 70%;
    }
    .overlapedImg {
        left: 40%;
    }
}

@media screen and (max-width: 992px) {
    .overlapedBody_imgs {
        margin: 0px auto 8rem auto;
    }
    /* #about .supportingHeading {
        margin-top: 8rem;
    } */
    .missionVision .card:first-child {
        margin-bottom: 1rem;
    }
    .ctaSection img.d-block {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .bannerContent {
        display: block !important;
        padding-top: 5rem;
    }
}

@media screen and (max-width: 680px) {
    .overlapedBody_imgs .bodyImg {
        width: 60%;
    }
    .missionVision {
        padding: 2rem 0px;
    }
}