.reviews-block .swiper-slide {
    height: auto;
}

.reviews-block {
    position: relative;
}

.home .reviews-block::before {
    content: '';
    position: absolute;
    background-image: url(images/reviews.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 551px;
    max-height: 639px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}