.doctor_lp_header .doctor_img {
  right: -4%;
}
.backbone .other_doctor .block .box:nth-child(3) .img {
  top: 35%;
}
.backbone .other_doctor .block .box:nth-child(2) .img {
  top: 35%;
  margin-right: -28%;
}
.backbone .other_doctor .block .box:nth-child(2) p.text {
  padding: 0 9% 14%;
}
.backbone .other_doctor .block .box .img {
  top: 15%;
}
.interview .container .wrapper .block .content:last-child .sub_mds {
  left: 65px;
}
.interview .container .wrapper .block .content:last-child .sub_mds::before {
  top: 80px;
  right: 540px;
}

@media (max-width: 480px) {
  .doctor_lp_header .container .wrapper .block .top_box::before {
    top: 52%;
  }
  .backbone .other_doctor .block .box:nth-child(2) .img {
    margin-right: 6%;
  }
  .backbone .other_doctor .block .box:nth-child(2) {
    margin-top: 9%;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text::before {
    left: 38%;
    bottom: 18px;
  }
  .interview .container .wrapper .block .content:last-child .sub_mds {
    left: 0;
  }
  .interview .container .wrapper .block .content:last-child .sub_mds::before {
    top: 0;
    right: 0;
  }
}