.main-reviews {
    padding: 40px 0 60px;
    font-family: "Calibri";
}
.main-reviews__title{
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.main-reviews__title span {
    position: relative;
}
.main-reviews__title span:before,
.main-reviews__title span:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 100px;
    height: 2px;
    margin-top: -1px;
    background: #000;
    content: "";
}
.main-reviews__title span:before {
    left: -140px;
}
.main-reviews__title span:after {
    right: -140px;
}

.main-reviews__slider {
    position: relative;
    margin: 0 -10px;
}
.main-reviews__item {
    padding: 45px 10px 15px;
    margin: 0 10px;
    text-align: center;
    background: #000;
    text-decoration: none;
}
.main-reviews__item svg {
    width: 200px;
    max-width: 80%;
}
.main-reviews__name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #fff;
}

.yottie-widget-video-preview-play .maincolor {fill: rgba(219,39,35, 1);}
.yottie-widget-video-preview-play:hover  .maincolor {fill: rgba(219,39,35, 0.8);}

/*slider arrows*/
.main-reviews__arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    background: #FFC300;
    cursor: pointer;
}
.main-reviews__arrow:hover {
    background: #FFD23F;
}
.main-reviews__arrow svg {
    stroke: #3B3B3B;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    stroke: #3B3B3B;
}
.main-reviews__arrow--prev {
    left: -32px;
}
.main-reviews__arrow--prev svg {
    margin-left: -10px;
}
.main-reviews__arrow--next {
    right: -32px;
}
.main-reviews__arrow--next svg {
    margin-left: -6px;
}
.main-reviews__slider .slick-slider {
    margin: 0 -10px;
    padding: 0px 11px;
}
@media (max-width: 1350px) {
    .main-reviews__arrow {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .main-reviews__arrow--prev {
        left: 10px;
    }
    .main-reviews__arrow--next {
        right: 10px;
    }
    .main-reviews__item {
        padding-top: 35px;
        padding-bottom: 10px;
    }
    .main-reviews__item svg {
        width: 155px;
    }
    .main-reviews__name {
        height: auto;
        padding-top: 23px;
    }
}
@media (max-width: 480px) {
    .main-reviews {
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .main-reviews__title {
        margin-top: 0;
        margin-bottom: 17px;
        font-size: 17px;
        line-height: 24px;
    }
    .main-reviews__title span:before,
    .main-reviews__title span:after {
        width: 35px;
    }
    .main-reviews__title span:before {
        left: -55px;
    }
    .main-reviews__title span:after {
        right: -55px;
    }
    .main-reviews__slider .slick-slider {
        padding: 0px 10px;
    }
}