.backbone .other_doctor .block .box .img {
  margin-top: 6%;
}
.backbone .other_doctor .block .box:nth-child(1) .img {
  margin-right: 35%;
}
.backbone .other_doctor .block .box:nth-child(2) .img {
  margin-left: -9%;
}
.interview .container .wrapper .block .content:first-child .sub_mds::before {
  top: 60px;
}
@media (max-width:480px) {
  .backbone .other_doctor .block .box:nth-child(1) .img {
    margin-right: 0;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text::before {
    top: 7%;
    right: 30px;
  }
}