.thanks {
  color: #333333;
  background-color: #ffffff;
}

.thanks-body {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .thanks-body {
    padding: 0 16px;
  }
}
.thanks-body {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .thanks-body {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.thanks-body h2 {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .thanks-body h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.thanks-body p {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .thanks-body p {
    font-size: 16px;
    line-height: 30px;
  }
}
.thanks-body p:last-child {
  margin-bottom: 0;
}
.thanks-body p a {
  color: #0f3580;
  text-decoration: underline;
}
