.text {
  line-height: 1.77;
  font-size: 18px;
}

.text:not(.cmn-list-dot) {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.image {
  margin: 0 auto;
  width: min(850px, calc(850 / 1400 * 100vw));
  margin-bottom: min(50px, calc(50 / 1400 * 100vw));
}

.item-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: min(780px, calc(780 / 1400 * 100vw));
  gap: min(50px, calc(50 / 1400 * 100vw));
}

.item-wrap .item-inner {
  display: flex;
  flex-direction: column;
  gap: 1.77em;
}

@media only screen and (max-width: 768.8px) {
  .text {
    font-size: 1.8rem;
  }

  .image {
    width: 89.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }

  .item-wrap {
    width: 89.3333333333vw;
    gap: 16vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399.8px) {
  .text {
    font-size: 1.8rem;
  }
}