.about-us {
    position: relative;
    padding: 35px 0 100px 0;
    background: url('../../../library/images/about-gradient-sand.png') center / cover no-repeat;
}

.about-us h2 {
    line-height: 60px;
}

.about-us .h2_label {
    padding-bottom: 21px;
}

.about-us h2 span {
    display: block;
}

.about-text {
    padding-left: 46px;
}

.about-text .btn-orange {
    min-width: 239px;
}

.about-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 15%, #FFF 100%);
}

.about-image .about-left-image img {
    width: 100%;
    max-height: 507px;
    object-fit: cover;
    box-shadow: 0 4px 28px 0 #F9E6C8;
    border-radius: 40px;
    border: 2px solid var(--white);
}

.about-text-v1 {
    position: absolute;
    left: 84px;
}

.about-text-v1 img{
    max-width: 110px;
}

.why-choose-us {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 26.44px 0;
}

.why-choose-item h3 {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 21.6px;
}

.why-choose-item p {
    font-size: 12px;
    line-height: 19.2px;
    margin: 5px 0 3px 0;
}

.why-choose-item {
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    background: rgba(255, 255, 255, 0.70);
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.why-choose-item .icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    padding: 9px;
    justify-content: center;
    background: linear-gradient(131deg, #FFC42C 0%, #F5A920 100%);
}

.why-choose-item .icon img {
    width: 18px;
    height: 18px;
}

.about-image {
    position: relative;
}

.about-image-text {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 36px 0 rgba(25, 141, 187, 0.12);
    backdrop-filter: blur(4px);
}

.about-image-text h4 {
    color: var(--orange);
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.about-image-text p {
    margin: 0 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 14.3px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.about-image-text {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 36px 0 rgba(25, 141, 187, 0.12);
    backdrop-filter: blur(4px);
    padding: 14px 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 150px;
}

.about-image-text {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 36px 0 rgba(25, 141, 187, 0.12);
    backdrop-filter: blur(4px);
    padding: 14px 18px;
    gap: 12px;
    max-width: 150px;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.about-plumber-character {
    position: absolute;
    bottom: 3px;
    right: 104px;
}

.about-image-mobo {
    display: none;
}

@media(max-width:1400px) {
    .about-text {
        padding-left: 0;
    }
}

@media(max-width:1200px) {
    .why-choose-item h3 {
        font-size: 12px;
        line-height: 14.599px;
    }

    .why-choose-item p {
        font-size: 12px;
        line-height: 12.977px;
    }

    .why-choose-item {
        padding: 9.462px;
        gap: 8.111px;
    }

    .about-plumber-character {
        right: 40px;
    }
}

@media(max-width:992px) {
    .about-image {
        display: none;
    }

    .about-image-mobo {
        display: block;
    }

    .about-us .row .col-md-6 {
        width: 100%;
    }

    .about-us .h2_label {
        padding-bottom: 18px;
        display: block;
        text-align: center;
    }

    .about-us .h2_label span {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.96px;
    }

    .about-us h2 {
        text-align: center;
        line-height: 26.571px;
        margin-bottom: 18px;
    }

    .about-us::before {
        display: none;
    }

    .about-us {
        position: relative;
        background: var(--sand);
        padding: 44px 18px;
    }

    .about-us h2 span {
        font-size: 34px;
        line-height: normal;
    }

    .about-text-v1 {
        display: none;
    }

    .about-cta {
        text-align: center;
    }

    p.about-content {
        margin: 18px 0;
        color: #52575E;
        font-size: 14px;
        font-weight: 500;
        line-height: 21.7px;
    }

    .about-plumber-character {
        right: 100px;
    }

    .about-image-text {
        gap: 7.975px;
        padding: 9.304px 11.962px;
        max-width: 111px;
    }

    .about-image-text h4 {
        font-size: 21.266px;
        line-height: 21.266px;
        letter-spacing: 0.332px;
    }

    .about-image-text p {
        font-size: 7.5px;
        line-height: 9.503px;
        letter-spacing: 0.93px;
        text-align: center;
    }

    .about-image-mobo .divider {
        margin: 0 auto 25px auto;
    }

    .about-text .btn-orange {
        min-width: 354px;
    }
}

@media(max-width:767px) {

    .about-us .h2_label,
    .about-us h2 {
        text-align: left;
    }

    .about-image-mobo .divider {
        margin: 18px 0 25px 0;
    }

    .about-plumber-character img {
        width: 126.266px;
        height: 130.254px;
    }

    .why-choose-us {
        margin: 18px 0;
    }

    .about-us {
        padding: 44px 10px;
    }
}

@media (max-width: 550px) {
    .about-plumber-character {
        right: 65px;
    }

    .about-text .btn-orange {
        min-width: 100%;
    }
}

@media (max-width:400px) {
    .about-plumber-character {
        right: 12px;
    }
}