.backbone .other_doctor .block .box:nth-child(n+2) .img {
  top: 25%;
}
.backbone .other_doctor .block .box:nth-child(2) .img {
  margin-right: -28%;
}
.interview .container .wrapper .block .content:last-child .sub_mds {
  left: 110px;
}
.interview .container .wrapper .block .content:last-child .sub_mds::before {
  top: 90px;
  right: 540px;
}

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