.backbone .other_doctor .block .box:first-child .img {
  margin-top: 6%;
  top: 17%;
}
.backbone .other_doctor .block .box:nth-child(2) .img {
  margin-right: -20%;
  top: 35%;
}
.interview .container .wrapper .block .content .sub_mds::before {
  width: 8%;
  height: 36px;
}
.interview .container .wrapper .block .content:first-child .sub_mds::before, .interview .container .wrapper .block .content:nth-child(2) .sub_mds::before {
  left: 170px;
}
.interview .container .wrapper .block .content:last-child .sub_mds {
  left: 50px;
}
.interview .container .wrapper .block .content:last-child .sub_mds::before {
  right: 560px;
}

@media (max-width: 480px) {
  .backbone .other_doctor .block .box:nth-child(2) .img {
    margin-right: 6%;
  }
  .interview .container .wrapper .block .content:last-child .sub_mds {
    left: 0;
  }
}