.testimonials-header {
    /* display: none; */
}

@media (min-width: 990px) {
    .testimonials-container {
        padding-bottom: 20px;
        background-color: white;
        border-radius: 8px;
        /* box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08); */
    }
}

/*-- .ti-widget --*/

body .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-platform-icon {
    right: 10px;
}

body .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-controls .ti-prev {
    left: 10px;
}

body .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-controls .ti-next {
    right: 10px;
}

@media (min-width: 1024px) {
    body .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-reviews-container-wrapper {
        margin: 0 40px !important;
    }
}

/*-- /.ti-widget --*/