.customers-reviews__title{width:80%;margin-bottom:40px}@media(min-width: 768px){.customers-reviews__title{width:70%}}.customers-reviews__reviews{margin-top:20px}.customers-reviews .swiper-wrapper{-webkit-transition-timing-function:linear !important;-o-transition-timing-function:linear !important;transition-timing-function:linear !important}.customers-reviews__review-item{padding:20px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(0,0,0,.2);border-radius:10px;height:auto}.customers-reviews__review-item.highlighted-review{background:var(--primary-color);color:var(--dark-color);border:none}.customers-reviews__review-item.highlighted-review .icon-star path{fill:var(--dark-color) !important}.customers-reviews__review-item.highlighted-review .icon-star-empty path{stroke:var(--dark-color) !important}.customers-reviews__author{display:flex;flex-direction:row;gap:5px;align-items:center}.customers-reviews__name{color:var(--dark-color);font-weight:500}.customers-reviews__name span{font-weight:300}.customers-reviews__comment{font-size:14px}