/* Thank-you page — genesis-prp (Genesis Clinic) */
.thank-you-page .container {
  display: flex;
  justify-content: center;
}
.thank-you-page .thank-you-box {
  max-width: 560px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.thank-you-page .thank-you-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #91a49f;
  margin-bottom: 25px;
}
.thank-you-page .site-title {
  margin-bottom: 15px;
}
.thank-you-page .site-text {
  line-height: 1.7;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .thank-you-page .thank-you-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }
  .thank-you-page .thank-you-icon svg {
    width: 32px;
    height: 32px;
  }
}
