/* Apply banner image from root variable */

.abouthero-content {
    padding: 80px 20px;
    background-position: bottom center;
    background-size: cover;
    border-radius: 22px;
    min-height: calc(100vh - 140px);
}
.contact-section{
margin: 30px 10px !important;
}
.about-hero .abouthero-content {
    padding: 0px 0 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: var(--hero-design-second);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-heros img {
    width: 100%;
    border-radius: 50px;
}

.inner-hero {
    text-align: left;
    width: 30%;
    padding-left: 7em;
}

.inner-heros {
    width: 65%;
    text-align: end;
}

.inner-hero img,
.inner-aboutsct img {
    width: 100%;
}

.inner-aboutsct {
    width: 50%;
    text-align: left;
}

/* Apply after-line image from root variable */
.hero-content span {
    position: relative;
}
.abouthero-content .inner-hero {
    position: relative;
}

.abouthero-content span::after {
    content: "";
    position: absolute;
    bottom: 21px;
    width: -webkit-fill-available;
    height: 14px;
    background: var(--hero-line-img) no-repeat;
    background-size: contain;
    right: 27%;
}

/*responsive*/
@media (max-width: 780px) {
    .about-hero .hero-content {
        flex-direction: column;
        padding: 30px 20px 0;
    }
    .abouthero-content .inner-hero, .abouthero-content .inner-heros {
        text-align: left;
        width: 100% !important;
        padding-left: 0em;
    }
    .abouthero-content .inner-heros img {
        width: 100% !important;
        border-radius: 0 !important;
    }
.abouthero-content span::after {
    content: "";
    position: absolute;
    bottom: 21px;
    width: 47% !important;
    height: 14px;
    background: var(--hero-line-img) no-repeat;
    background-size: contain;
    left: 3%;
}
.about-hero .abouthero-content {
    flex-direction: column;
}
    .about-hero .abouthero-content {
        flex-direction: column;
        min-height: calc(100% - 140px) !important;
    }
}
@media (min-width: 781px) and (max-width:1000px) {
.about-hero .abouthero-content .inner-hero {
    padding-left: 1em !important;
}
.about-hero .abouthero-content h1 {
    font-size: 37px !important;
}
    .about-hero .hero .abouthero-content h1 span::after {
        content: "";
        position: absolute;
        bottom: 30px;
        width: -webkit-fill-available !important;
        height: 14px;
        background: var(--hero-line-img) no-repeat;
        background-size: contain;
        left: 1% !important;
    }
}
@media (min-width: 1000px) {
.inner-hero {
    text-align: left;
    width: 30%;
    padding-left: 1em;
}
}