@media (max-width: 640px) {
    /* Целевой блок: все T1241 на мобильных */
    .t1241 .t1241__buttons {
      display: block !important;
      width: 100% !important;
      text-align: center !important;
    }

    /* Кнопка: переопределяем ВСЁ */
    .t1241 .t1241__buttons .t-btnflex {
      display: block !important;
      width: 100% !important;
      max-width: none !important;
      height: auto !important;
      padding: 18px 0 !important; /* регулируй по вкусу */
      text-align: center !important;
      justify-content: center !important;
      box-sizing: border-box !important;
      border-radius: 30px !important; /* сохраняем скругление */
    }

    .t1241 .t1241__buttons .t-btnflex__text {
      display: block !important;
      width: 100% !important;
      text-align: center !important;
    }
}



/* Кнопка все цены под прайсом */
.t792 .t-section__bottomwrapper {
  margin-top: 40px;
}

/* Значок у карточки врача */
.t-store__card__mark {
  font-weight: 600;
  font-size: 11px;
  font-family: 'CirceRounded';
  letter-spacing: 0.1rem;
}

/* Инпут тайтл */
.t-input-title {
  font-size: 16px;
  font-weight: 600;
}


/* высота строк в списках */
li {
  margin-bottom: 16px;
}


/* Внутри | https://slcmed.ru/uslugi/endokrinologiya */

@media screen and (max-width: 640px) {
.t-store__card .t-typography__title {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 640px) {
.t-store__card .t-typography__descr {
    font-size: 16px !important;
  }
}

