.backbone .other_doctor .block .box:first-child .img {
  top: 12%;
}
.backbone .other_doctor .block .box:nth-child(2) .img {
  margin-right: -29%;
  top: 14%;
}

.interview .container .wrapper .block .content:last-child .sub_mds {
 left: 50px; 
}
.interview .container .wrapper .block .content:last-child .sub_mds::before {
  right: 510px;
}

@media (max-width: 480px) {
  .doctor_lp_header .container .wrapper .block .top_box::before {
    top: -41%;
  }
  .doctor_lp_header .container .wrapper .block .top_box::after {
    bottom: -30%;
  }
  .interview .container .wrapper .block .content:last-child .sub_mds {
    left: 0;
  }
}