.thanks-you {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 6.875vw 0 12.604vw 0;
}

.thanks-you-describe {
  margin-bottom: 52px;
}

.thanks-you-header {
  font-size: 50px;
  line-height: 50px;
  color: var(--primary-color-50c8aa);
  text-align: center;
}

.content-thanks-character {
  font-size: 21.3px;
  line-height: 40px;
  text-align: center;
}

@media (min-width:601px) and (max-width:1024px)  {
  .thanks-you-header {
    font-size: 32px;
  }
  .content-thanks-character {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width:416px) and (max-width:600px)  {
  .thanks-you {
    margin: 70px 0 124px 0;
  }
  .thanks-you-header {
    font-size: 26px;
  }
  .content-thanks-character {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width:415px) {
  .thanks-you {
    margin: 70px 0 124px 0;
  }
  .thanks-you-header {
    font-size: 22px;
    line-height: 34px;
  }
  .content-thanks {
    padding: 0 24px;
  }
  .content-thanks-character {
    text-align: start;
    font-size: 16px;
    line-height: 28px;
  }
}