.promos-catalog__reviews {
    background: #EDE8DD;
}

.promos-catalog__reviews .promos-catalog__heading {
    color: #3A241F;
    text-align: center;
    font-size: 6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.promos-catalog__reviews .promos-catalog__text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}

.promos-catalog__reviews .promos-catalog__list {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.promos-catalog__reviews .promos-catalog__card--no-image::before {
    display: none;
}

.promos-catalog__text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.promos-catalog__reviews .promos-catalog__list-item {
    background: #fff;
    padding: 25px 28px 28px 28px;
}

.promos-catalog__reviews .promos-catalog__card-title {
    color: #3A241F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.promos-catalog__reviews .promos-catalog__card-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 20px;
}

.promos-catalog__reviews .promos-catalog__card-link {
    color: #968A71;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .promos-catalog__reviews .promos-catalog__heading {
        font-size: 3rem;
    }

    .promos-catalog__reviews .promos-catalog__list {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}