.us1 {
    overflow: hidden;
}

.us2 {
    position: relative;
    padding-top: 0;
    overflow: hidden;
}

.us2-sb {
    position: absolute;
    bottom: -10%; right: -10%;
    height: 100%;
    opacity: .1;
}

.us2-wrapper {
    display: flex;
    justify-content: center;
    gap: 100rem;
}

.us2-1 {
    width: 30%;
}

.us2-text {
    width: 500rem;
    margin-top: 5%;
}

.us2-text h6 {
    color: #333;
    font-size: 45rem;
    font-weight: 300;
}
.us2-text h6 span {
    color: var(--main-color);
    font-weight: 600;
}

.us2-text p {
    color: #333;
    font-size: 18rem;
    line-height: 1.6;
    margin-top: 30rem;
}



/*==================================================*/
@media (max-width: 991px) {
    .us1 {
        padding-bottom: 0;
    }
    
    .us2 {
        overflow: unset;
    }
    
    .us2-sb {
        right: unset;
        top: -15%; left: -15%;
        height: 70%;
    }
    
    .us2-wrapper {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 50rem;
        overflow: hidden;
    }

    .us2-text {
        width: 100%;
    }
    
    .us2-1 {
        width: 70%;
        height: 550rem;
        object-fit: cover;
        object-position: top;
        z-index: 2;
    }
}


@media (max-width: 550px) {
    .us2-text h6 {
        font-size: 55rem;
    }

    .us2-text p {
        font-size: 24rem;
    }
}