@charset "UTF-8";

.thanks__inner {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 2.4375rem;
  padding-bottom: 60px;
}

.thanks__text__wrap {
  margin: 30px 0;
  display: flex;
  gap:20px;
  flex-direction: column;
}

.thanks__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

.thanks__button a {
  position: relative;
  display: block;
  color: #fff;
  background-color: #004BA4;
  text-align: center;
  max-width: 444px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 5px;
}

.thanks__button.user a {
  background-color: #E4761C;
}

@media screen and (max-width: 767px) {
  .thanks__inner {
    padding-bottom: 40px;
    margin: 0 4.74%;
  }

  .thanks__text {
    font-size: 14px;
}
}