.thank-page-section {
  padding: 140px 20px;
}
.thank-page-section .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.thank-page-section .wrap h1 {
  margin-bottom: 8px;
  color: #000;
	text-align: center;
}
.thank-page-section .icon-wrap {
  display: flex;
}
.thank-page-section .wrap p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thank-page-section {
    padding: 80px 20px;
  }
  .thank-page-section .wrap h1 {
    font-size: 36px;
    line-height: 44px;
	text-align: center;
  }
  .thank-page-section .wrap p {
    font-size: 18px;
    line-height: 26px;
  }
  .thank-page-section .wrap {
    gap: 24px;
  }
  .thank-page-section .icon-wrap {
    width: 65px;
  }
}
