.doctor-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.doctor {
  background: #fdf3fc;
}
.doctor__flexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.doctor__flexWrap .left {
  width: 47%;
  text-align: center;
}
.doctor__flexWrap .right {
  width: 47%;
}
.doctor__img {
  width: 100%;
}
.doctor__img p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.doctor__detail {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.doctor__detail p {
  font-size: 18px;
  text-align: left;
  padding: 10px;
}
.doctor__detail .name {
  background: url("/images/lp/common/doctor/clinic_h3bg.png");
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 17px;
  color: #fff;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-align: center;
}
.doctor__detail h3 {
  text-align: center;
  margin-top: 10px;
}
.doctor__detail h3 strong {
  background: linear-gradient(transparent 60%, #fce7ea 30%);
  font-size: 20px;
}
.doctor__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.doctor__btn > div {
  width: 48%;
}
.doctor__prof {
  width: 42%;
  text-align: center;
  box-shadow: 0px 0px 8px 1px #dabfbf;
}