/**
*
*
*
*/

.reviews-1__grid {
    margin-bottom: 10px;
}

.reviews-1__grid .swiper-wrapper {
    align-items: stretch;
}

.reviews-1__item {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 30px;
    position: relative;
    background: #fff;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    height: auto;
}

.reviews-1__item > *{
    margin-bottom: 0!important;
}

.reviews-1__item-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--base-color);
}

.reviews-1__item-image img {
    width: 330px;
    height: 182px;
    object-fit: cover;
}

.reviews-1__item-price {
    background: var(--background-color);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
}

.reviews-1__item-price span {
    font-size: 26px;
}