.section-hero-aboutus .about-us-bg {
    padding: 100px 16px 0;
    background-color: #EFE6C2;
    background-image: url(../../img/about-us-hero-pattern-mobile.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-hero-aboutus .section-title {
    text-align: center;
}

.section-hero-aboutus .section-title .title-heading {
    font-size: clamp(1.4rem, 2vw, 2.1rem);
}

.section-hero-aboutus .hero-about-desc {
    text-align: justify;
}

.section-hero-aboutus .about-us-hero-btn {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1200px) {
    .section-hero-aboutus .about-us-bg {
        background-image: url(../../img/about-us-hero-pattern.svg);
        padding: 120px 16px 0 48px;
    }

    .section-hero-aboutus .about-us-img {
        display: table;
        margin-left: auto;
        margin-top: auto;
    }

    .section-hero-aboutus .about-us-hero-btn {
        justify-content: start;
        margin-left: 1.25rem;
    }

    .section-hero-aboutus .section-title {
        text-align: start;
        margin-bottom: 1rem;
    }

    .section-hero-aboutus .hero-content {
        padding-bottom: 3rem;
    }
}