.backbone .other_doctor .block .box .img:first-child {
  top: 11%;
}
.backbone .other_doctor .block .box:nth-child(2) .img {
  top: 30%;
  margin-right: -28%;
}
.interview .container .wrapper .block .content:nth-child(1) .sub_mds::before {
  top: 65%;
}

@media (max-width: 480px) {
  .doctor_lp_header .doctor_img {
    width: 66%;
    right: -18%;
  }
  .backbone .other_doctor .block .box:nth-child(2) .img {
    margin-right: 6%;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text::before {
    top: 38%;
    left: 45%;
  }
  .interview .container .wrapper .top_box h3 {
    left: 0;
  }
}