.we-houm {
    padding: 10rem 0;
}



.we-houm-text {
    padding: 4.5rem;
    background-color: #efefef;
}


.we-houm-testimonial::before {
    content: '\201C';
    font-family: 'Times New Roman', Times, serif;
    font-size: 12rem;
    color: #a7b2a0;
    position: absolute;
    left: -40px;
    bottom: -100px;
}

.houm-quote {
    margin-top: 100px;
    position: relative;
    margin-left: 2rem;
    font-style: italic;
}

@media (min-width: 992px) {
    .we-houm {
        padding: 0;
    }

    .we-houm-grid {
        display: grid;
        grid-template-columns: 1.5fr 2fr;
        gap: 3rem
    }

    .we-houm-text {
        position: relative;
        left: -150px;
        margin-bottom: 3rem;
        width: 100%;
    }

    .we-houm-bg {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 85vh;
    }

    .we-houm-item:last-of-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 8rem 0 4rem 4rem;
    }
}

.we-houm-testimonial {
    position: relative;
    margin-left: 2rem;
    font-style: italic;
}

@media (min-width: 1400px) {
    .we-houm-text {
        width: 100%;
        max-width: 1100px;
    }

    .we-houm-item:last-of-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 8rem 0 4rem 4rem;
    }
}