.vision-strengthening-icon_window {
    vertical-align: middle;
    margin-left: 5px;
}

@media print, screen and (min-width: 768px) {
  .vision-strengthening-figure-wrap {
    display: flex;
    margin: 15rem 0 0;
  }
  .vision-strengthening-figure {
    margin: 0;
  }
  .vision-strengthening-figure__frame {
    display: inline-block;
  }
    .vision-strengthening-figure__frame img {
    transition: opacity 0.5s ease-out 0s;
  }
  a.vision-strengthening-figure__frame:hover img {
    opacity: 0.5;
  }
  /* ---- strengthening-figure-v2 ---- */
  .strengthening-figure-v2-wrap ,
  .strengthening-figure-v2-wrap--center ,
  .strengthening-figure-v2-wrap--right {
    display: flex;
    margin: 6.4rem 0 0;
  }
  .strengthening-figure-v2-wrap--center {
    justify-content: center;
  }
  .strengthening-figure-v2-wrap--right {
    justify-content: flex-end;
  }
  .strengthening-figure-v2 {
    margin: 0;
  }
  .strengthening-figure-v2__frame {
    display: inline-block;
  }
  .strengthening-figure-v2__frame img {
    border-radius: 8px;
  }

}
@media only screen and (max-width: 767px) {
  .vision-strengthening-figure-wrap {
    display: flex;
    margin: 7rem 0 0;
  }
  .vision-strengthening-figure {
    margin: 0;
  }
  .vision-strengthening-figure__frame {
    display: inline-block;
  }
  /* ---- strengthening-figure-v2 ---- */
  .strengthening-figure-v2-wrap,
  .strengthening-figure-v2-wrap--center,
  .strengthening-figure-v2-wrap--right {
    display: flex;
    margin: 3.2rem 0 0;
  }
  .strengthening-figure-v2-wrap--center {
    justify-content: center;
  }
  .strengthening-figure-v2-wrap--right {
    justify-content: flex-end;
  }
  .strengthening-figure-v2 {
    margin: 0;
  }
  .strengthening-figure-v2__frame {
    display: inline-block;
  }
  .strengthening-figure-v2__frame img {
    border-radius: 8px;
  }
}