.txt_left {
  display: flex;
}

.txt_left .inner_left {
  /* padding-right: 20px; */
  margin-right: 3%;
  flex-basis: 370px;
}

@media screen and (max-width: 768px) {
  .osteoporosis .wtBox .txt_left p {
    padding-right: 0;
  }
}
.dxaimg_box {
  text-align: center;
  flex-basis: 281px;
  font-size: 12px;
}

.img_info {
  /* text-align: center; */
}

@media screen and (max-width: 768px) {
  .img_info {
    margin-top: 3px;
  }
}
.osteoporosis .wtBox > img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .osteoporosis .wtBox .txt_left {
    /* display: flex;
    flex-wrap: wrap; */
    display: block;
  }

  .osteoporosis .wtBox .txt_left img {
    margin-top: 15px;
  }

  .osteoporosis .wtBox > img {
    margin-bottom: 0;
  }
}