.about-us-container {
    background: linear-gradient(180deg, #fff6fe 0%, #f4feff 100%);
}

.about-us-section {
    padding-top: 120px;
}

.about-us-img {
    float: left;
    width: 50%;
    max-width: 500px;
    height: 300px;
    margin: 0 20px 15px 0;
    object-fit: cover;
}

.about-us-info {
    width: 100%;
    display: block;
}

.our-service {
    clear: both;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}

.our-service-paint-brush-icon {
    position: absolute;
    right: -110px;
    top: -60px;

    z-index: 1;
    width: 110px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .about-us-section {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 20px;
    }

    .about-us-img {
        width: 100%;
        height: auto;
    }

    .about-us-info {
        width: 100%;
    }

    .our-service-top {
        width: 100%;
        flex-direction: column;
    }

    .our-service-heading {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-us-section {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 20px;
    }
}
