.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;
}

.speciality-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 30px;
}

.speciality-detail .doctors {
  margin-top: 0;
}

.speciality-detail .doctors__title {
  margin-top: 0;
}

.speciality-detail .actions {
  margin-top: 0;
}

.speciality-detail .text h2 {
  margin-bottom: 20px;
}

.speciality-detail .doctor-nav {
  margin-bottom: 0;
}

.speciality-detail .appointment {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1439px) {
  .speciality-detail__wrapper {
    margin-top: 16px;
  }
}

@media (max-width: 833px) {
  .speciality-detail__wrapper {
    gap: 35px;
  }

  .speciality-detail .prices__btn-show {
    width: 100%;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
