#homestaging {
    margin-bottom: 50px;
}

#homestaging .homestaging-inner {
    background-color: var(--primary-color, #669298);
}

body:not(.has-primary-color) #homestaging .homestaging-inner {
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    background-image: image-set(url('../../images/home/homestaging-pattern.png') 1x,
            url('../../images/home/homestaging-pattern@2.png') 2x);
}

.homestaging-text {
    padding: 70px 50px 65px 58px;
    flex: 0 487px;
    flex-grow: 0;
}

.homestaging-text h3 {
    color: #fff;
    font-size: 1.625em;
    line-height: 1;
    margin: 0 0 25px 0;
}

.homestaging-text h3 span {
    font-size: 1.73rem;
    line-height: 1;
    position: relative;
    top: -4px;
}

.homestaging-text p {
    color: #fff;
    font-size: 1.0625em;
    line-height: 1.5rem;
}

.homestaging-text h4 {
    color: #fff;
    font-size: 1.75em;
    line-height: 2.125rem;
    margin: 0 0 10px 0;
}

.homestaging-text .button {
    color: #fff;
    padding: 10px 44px 13px 44px;
    font-size: 1.06em;
    margin-top: 28px;
}

.homestaging-text .price {
    font-size: 6.4rem;
}

.homestaging-text sup {
    top: -.28em;
    font-size: 54%;
}

.homestaging-image {
    flex-basis: 713px;
}

.homestaging-image img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    max-width: 716px;
    clip-path: polygon(26% 0, 3% 100%, 1000% 100%);
}

@media screen and (max-width: 767px) {
    #homestaging .homestaging-inner {
        flex-direction: column
    }

    .homestaging-text {
        margin: 0 auto;
        padding: 50px 15px;
        width: 100%;
        flex: 0;
        align-items: center;
        text-align: center;
        order: 1
    }

    .homestaging-image {
        flex-basis: 0;
        height: 100%;
        overflow: visible;
        order: 0
    }

    .homestaging-image img {
        position: static;
        clip-path: none;
        width: 100%;
        display: block;
    }

    .homestaging-text p br {
        display: none
    }
}

@media screen and (max-width: 567px) {
    #homestaging {
        margin: 0 0 30px 0;
        text-align: center
    }

    #homestaging .container {
        padding: 0;
    }


    .homestaging-text h3 {
        font-size: 2.06666667em;
        margin: 0 0 12px;
    }

    .homestaging-text h3 br {
        display: none;
    }

    .homestaging-text p {
        font-size: 1.133em;
    }

    .homestaging-text .button {
        padding: 14px 66px 17px 66px
    }
}