:root {
  --mv_bg: #F8ABC2;
  --bg_gradation: linear-gradient(to bottom, #FDF0F4 0%, #FBE0E8 100%);
  --professional_mds: #E84388;
  --voice_mds: #E84388;
  --qualifications_color: #E84388;
}
.mv .wrapper {
  gap: min(calc(40 / 1366 * 100vw), 40px);
}
.mv .wrapper .ttl {
  width: calc(508 / 1366 * 100vw);
  margin-top: calc(105 / 1366 * 100vw);
}
.mv .amazing_wrap {
  padding-right: calc(84 / 1366 * 100vw);
}
.mv .amazing {
  width: calc(279 / 1366 * 100vw);
}
.mv .amazing_list {
  width: calc(436 / 1366 * 100vw);
}
.mv .comment {
  width: calc(421 / 1366 * 100vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: -23.5rem;
  right: calc(77 / 1366 * 100vw);
}

.professional_sec .mds {
  width: min(calc(857 / 1366 * 100vw), 857px);
  position: absolute;
  top: clamp(-122px, calc(-122 / 1366 * 100vw), 0px);
  left: 0;
  right: 0;
  margin: auto;
}

.achievements_sec .container {
  padding-bottom: clamp(0px, calc(75 / 1366 * 100vw), 75px);
}
.achievements_sec .container .img {
  position: relative;
  margin-top: -4rem;
}

@media (max-width: 480px) {
  .professional_sec .mds {
    width: calc(100% - 40px);
  }
}