.products-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.products-carousel__carousel .item a {
    display: block;
}
.products-carousel__carousel .item p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 20px;
    min-height: 60px;
}
.products-carousel__carousel .item .wpcr3_review_ratingValue {
    display: table;
    margin: 0 auto;
}
.products-carousel__carousel .owl-just-theme .owl-dots {
    margin-top: 0;
}

.products-carousel .owl-just-theme .owl-nav [class*=owl-] {
    top: 50%;
    margin-top: -28px;
}
.products-carousel .owl-just-theme .owl-nav .owl-prev {
    left: 0px;
}
.products-carousel .owl-just-theme .owl-nav .owl-next {
    right: 0px;
}
.products-carousel .owl-just-theme .owl-nav button {
    background: #EEEEEE;
    display: block;
    height: 56px;
    padding: 0;
    width: 40px;
    border-radius: 0;
}
.products-carousel .owl-just-theme .owl-nav button .arrow {
    border-color: #414756;
    width: 16px;
    height: 16px;
    top: 20px;
}
.products-carousel .owl-just-theme .owl-nav .owl-prev .arrow {
    left: 15px;
}
.products-carousel .owl-just-theme .owl-nav .owl-next .arrow {
    left: 7px;
}
.products-carousel__image-wrapper {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 75%;
}
@media screen and (max-width: 500px) {
    .products-carousel__carousel .item p {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
        min-height: 60px;
    }
}
@media screen and (min-width: 768px) {
    .promo-block__container {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .products-carousel .owl-just-theme .owl-nav .owl-prev {
        left: -10px;
    }
    .products-carousel .owl-just-theme .owl-nav .owl-next {
        right: -10px;
    }
    .promo-block__container__left__content {
        left: 50%;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .promo-block__container__left {
        /* Ratio: 4:3 */
        padding-top: 75%;
        position: relative;
    }
}