  /* Стиль для карточки в блоке Опыт работы */
  .t547__descr {
      background-color: white;
      padding: 10px;
      border: 1px solid #84B3CE;
      border-radius: 10px;
  }

  .t337__avatar {
    min-width: 250px !important;
    min-height: 250px !important;
  }

  /* Планшеты (портретная и ландшафтная ориентация) */
 @media (max-width: 1024px) {
  .uc-customers .t1118 {
    width: 100% !important;
    margin: 0 17px;
    min-height: auto !important;
  }
}

/* Мобильные телефоны */
@media (max-width: 768px) {
  .uc-customers .t1118 {
    width: 100% !important;
    margin: 0 17px;
    min-height: auto !important;
  }
  
  .t165__img {
    display: none !important;
  }
  .t337__author {
      padding-top: 150px !important;
  }
}