.site-wrapper {
    padding: 0 70px;
    max-width: 1400px;
    margin: 0 auto;
}

.site-section {
    position: relative;
    padding: 91px 0;

}

.site-row {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.scroller-wrapper .site-col {
    padding: 0;
}

.scroller-wrapper .site-row {
    margin: 0;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-5 {
    width: 41.6666%;
}

.col-6 {
    width: 50%;
}


.col-7 {
    width: 58.3333%;
}

.col-8 {
    width: 66.66666667%;
}

h2 {
    font-size: clamp(3rem, 2.5vw, 2rem);
    line-height: 1.25;
}

h2.text-mid {
    font-size: 36px;
}

h4 {
    font-size: clamp(24px, 5.5vw, 22px) !important;
}

.section-heading+.section-content-wrapper {
    margin-top: 56px;
}

.section-heading p {
    font-size: 18px;
    margin-top: 21px;
}

.section-heading-wrapper .section-content {
    padding-left: 200px;
    margin-top: 35px;
}



.d-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



/** Main CSS Starts here */
img {
    height: auto;
    max-width: 100%;
}

.primary-bg {
    background-color: #FBEDE5;
}

.secondary-bg {
    background-color: #FDF6F2
}

.img-on-left {
    align-items: stretch;
    height: 100%;
}

.image-wrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

.primary-color {
    color: #954E26
}

.has-body-background-background-color {
    background-color: #ffffff;
}

.button-wrap .slider-nav::after {
    left: 0;
}

.image-wrapper {
    width: 43%;
}



.review-scroller-section .col-8 {
    position: relative;
}

.review-scroller-section .col-8::before {
    content: '';
    width: 1px;
    height: 85%;
    background: #DFDFDF;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.review-scroller-section .person-name {
    margin-top: 21px
}

.g-reviews .entry-thumbnail img {
    width: 48px;
}

.g-reviews span .star {
    width: 17px;
    margin: 0;
    height: 17px;
    display: inline-flex;
}

.content-wrapper {
    width: 57%;
    padding: 56px 42px 56px 49px;
    box-sizing: border-box;
}

.testimonial-wrapper {
    margin: 56px 49px 56px 30px;
}


.testimonial-wrapper {
    height: 400px;
    overflow: hidden;
    /* prevents margin collapse */
    position: relative;
    display: block;
}

.scroller-wrapper {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.testimonial-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to top, white, transparent);
}

.testimonial-scroller {
    display: block;
    margin: 0;
    padding: 30px 0;
}

.testimonial-scroller ul {
    padding: 0;
}

.testimonial-scroller li img {
    margin-bottom: 14px;
}

.testimonial-scroller h4 {
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 28px;
}

.testimonial-scroller li {
    list-style: none;
    padding-bottom: 56px;
    box-sizing: border-box;
}

.section-wrapper.has-background-background-color {
    border-radius: 16px;
    overflow: hidden;
}

.g-reviews {
    margin-top: 91px;
    display: flex;
    gap: 0.5rem;
}

.g-reviews span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 24px;
    color: #D27333;
    font-weight: 500;
}

.g-reviews p.review-totals {
    color: #676767;
    margin-top: 0;
    font-size: 14px;
}

.stars {
    font-size: 20px;
    color: #faa61a;
    margin-bottom: 14px;
}


/** Media Query CSS */


@media (max-width: 1024px) {
    .col-3 {
        width: 50%;
    }
}

@media (max-width:991px) {

    .review-scroller-section .col-8,
    .review-scroller-section .col-4 {
        width: 100%;

    }

    .col-8,
    .col-4 {
        width: 100%;
    }

    .review-scroller-section .col-8::before {
        display: none;
    }

    .content-wrapper {
        padding: 56px 42px 56px 42px;
    }


    h2.text-mid {
        font-size: 32px;
    }

    .testimonial-wrapper {
        margin: 56px 42px 56px 42px;
    }

    .img-on-left {
        border-bottom: 1px solid #DFDFDF;
    }

    .g-reviews {
        margin-top: 50px;
    }

}

@media (max-width: 768px) {

    .site-section {
        padding: 70px 0 70px;
    }


}

@media (min-width: 641px) {

    .review-scroller-section .col-8 {
        padding: 0;
    }

}

@media (max-width: 640px) {

    .image-wrapper,
    .content-wrapper,
    .col-3 {
        width: 100%;
    }

    .site-section {
        padding: 56px 0 56px;
    }



    .img-on-left {
        display: block;
    }

    .g-reviews {
        margin-top: 35px;
    }

    h2.text-mid {
        font-size: 28px;
    }

    .section-heading-wrapper .section-content {
        margin-top: 21px;
    }

    .content-wrapper {
        padding: 35px 30px 35px 30px;
    }

    .g-reviews {
        margin-top: 42px;
        display: flex;
        gap: 0.5rem;
    }

    .testimonial-wrapper {
        margin: 42px 30px 42px 30px;
    }

    .testimonial-scroller li {
        padding-bottom: 42px;
    }

}