/* Уменьшаем отступ после заголовка в отзывах */
.t-slds__item .t-heading,
.t-slds__item h2,
.t-slds__item .t-text {
    margin-top: 10px !important;   /* уменьшай это значение */
}

.t-slds__item .t-heading {
    margin-bottom: 8px !important; /* или 5-10px */
}