/* ____________Hero Section__________ */
.about-hero-section{
    padding: 0 40px;
    min-height: 700px;
}

.hero-content{
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-content .hero-heading{
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.hero-banner{
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.hero-banner .hero-img{
    max-width: 580px;
}




.about-story-section{
    padding: 80px 40px;
}




.mission-vision-section{
    padding: 80px 40px;
}

.section-heading{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.mission-vision-section .section-title{
    font-size: 20px;
    font-weight: 700;
}

.mission-vision-section .section-title::before{
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: var(--color-primary);
    vertical-align: middle;
    margin-right: 16px;
}

.about-mission-section .section-title::before{
    background-color: #fff;
}

.mission-vision-section .section-img img{
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}





.about-cta-section{
    /* min-height: 300px; */
    padding: 100px 40px;
}

.about-cta-section .about-cta-heading{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}



@media screen and (max-width: 1200px) {
    .hero-banner .hero-img{
        max-width: 400px;
    }
    .about-cta-section{
        padding: 80px 40px;
    }

    .about-cta-section .about-cta-heading{
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .about-hero-section{
        padding: 140px 20px 10px;
    }

    .hero-content{
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-content .hero-heading {
        font-size: 42px;
    }

    .hero-banner {
        padding-top: 20px;
    }
    .hero-banner .hero-img{
        max-width: 350px;
    }

    .about-story-section{
        padding: 50px 20px;
    }




    .mission-vision-section{
        padding: 50px 20px;
    }

    .section-heading{
        font-size: 32px;
        font-weight: 700;
    }

    .mission-vision-section .section-img img{
        max-height: 250px;
        max-width: 300px;
    }

    .about-cta-section{
        padding: 60px 20px;
    }

    .about-cta-section .about-cta-heading{
        font-size: 26px;
    }
}



@media screen and (max-width: 576px) {
    .about-hero-section{
        padding: 140px 8px 10px;
    }

    .hero-banner {
        padding-top: 0;
    }

    .hero-banner .hero-img{
        max-width: 280px;
    }

    .about-story-section{
        padding: 50px 8px;
    }




    .mission-vision-section{
        padding: 50px 8px;
    }

    .section-heading{
        font-size: 30px;
    }

    .about-cta-section{
        padding: 50px 8px;
    }

    .about-cta-section .about-cta-heading{
        font-size: 22px;
    }
}