.treatment-2__link {
  color: #0A46A0;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .treatment-2__link {
    transition: color 0.3s;
  }
  .treatment-2__link:hover {
    color: #E6006E;
    text-decoration: underline;
  }
}

/* treatment-2:start */
@media screen and (max-width: 768px) {
  .treatment-2 .img-01 {
    width: 173px;
  }
  .treatment-2 .img-02 {
    width: 195px;
  }
}

/* treatment-2:end */