.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doctors {
  margin-top: 40px;
  position: relative;
}

.doctors_no-top-space {
  margin-top: 0;
}

.doctors_no-top-space .doctors__title {
  margin-top: 0;
}

.doctors__title {
  margin-bottom: 22px;
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3c3c3c;
}

.doctors__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.doctors__pagination {
  grid-column: 1/-1;
}

@media (max-width: 1919px) {
  .doctors__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1439px) {
  .doctors__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 833px) {
  .doctors__title {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }

  .doctors__content {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .doctors__slide {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
