.ti-staggered {
    max-width: 500px !important;
}

.ti-staggered:not(.ti-staggered-second) {
    margin-right: 80px !important;
}

.ti-staggered-second {
    margin-left: 80px !important;
}

.ti-sidebyside.ti-staggered .ti-widget.ti-custom-stars .ti-reviews-container-wrapper .ti-review-item .ti-inner {
    background: var(--st-container-background) !important;
    color: var(--st-body-font-color) !important;
    border-radius: var(--border-radius-style) !important;
}

.ti-sidebyside.ti-staggered .ti-widget.ti-custom-stars .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-name {
    font: normal normal var(--st-name-font-style) !important;
}

.ti-sidebyside.ti-staggered .ti-widget.ti-custom-stars .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-name, .ti-sidebyside.ti-staggered .ti-widget.ti-custom-stars .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-date, .ti-sidebyside.ti-staggered .ti-widget.ti-custom-stars .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-read-more span {
    color: var(--st-font-color) !important;
}

@media screen and (max-width: 768px) {
    .ti-staggered:not(.ti-staggered-second) {
        margin-right: 0 !important;
    }
    
    .ti-staggered-second {
        display: none !important;
    } 
}