/* ---------- Блок "О нас говорят" (TS105) ---------- */
.reviews-section .t-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Уменьшаем расстояние между заголовком и подзаголовком */
.reviews-section .t-name {
  margin-bottom: 5px !important;
}

.reviews-section .t-descr {
  margin-top: 8px !important;
  line-height: 1.4;
}

/* Сами карточки отзывов — чуть компактнее и симметричнее */
.reviews-section .t-col {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Отступ между карточками (по горизонтали) */
.reviews-section .t-item {
  margin-right: 15px !important;
}

/* Текст отзывов — чуть спокойнее */
.reviews-section .t-text {
  font-size: 16px;
  line-height: 1.6;
  color: #5c3a3d;
}

/* Адаптивная версия (мобильная) */
@media screen and (max-width: 640px) {
  .reviews-section .t-name {
    font-size: 22px !important;
  }
  .reviews-section .t-descr {
    font-size: 16px !important;
    margin-top: 6px !important;
  }
  .reviews-section .t-col {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}