.first-indent {
  text-indent: 120px;
}

/* планшет */
@media (max-width: 960px) {
  .first-indent {
    text-indent: 150px;
  }
}

/* телефон */
@media (max-width: 640px) {
  .first-indent {
    text-indent: 130px;
  }
}




@media (max-width: 768px) {
  .doctors-scroll {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .doctors-scroll::-webkit-scrollbar {
    display: none;
  }
}