.wrap {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.thank-you__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  max-width: 920px;
  width: 100%;
  text-align: center;
  padding: 30px;

}

.thank-you__content>.thank-you__button {
  display: inline-flex;
}

.ok {
  width: 65px;
  height: 65px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff60;
  color: #fff;
  font-size: 35px;
}

.thank-you__title {
  font-size: 40px;
}
.thank-you__content p.text{
  margin-bottom: 30px;
}
.muted {
  text-wrap: balance;
  margin: 0 0 10px;
  color: #555;
}

.muted>.text {
  font-size: 14px;
}

/* #sec {
 
  color: var(--color-btn-yellow);
} */

@media (min-width:1024px) {

  .thank-you__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

}