.backbone .other_doctor .block .box:nth-child(2) .img {
  top: 23%;
  margin-right: -33%; 
}
.backbone .other_doctor .block .box:first-child .img {
  margin-top: 13%;  
}
.backbone .other_doctor .block .box:last-child .img {
  margin-top: 10%;
}
.interview .container .wrapper .block .content:last-child .sub_mds {
  left: 110px;
}
.interview .container .wrapper .block .content:last-child .sub_mds::before {
  right: 540px;
}
.interview .container .wrapper .block .content:first-child .sub_mds::before {
  top: 70%;
}

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