@media screen and (min-width: 768px), print {
  .p-form {
    padding: 8.125rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 13.33vw 6.67vw 0;
  }
}
.p-form__message {
  text-align: center;
}
.p-form__message-title {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__message-title {
    font-size: 6.67vw;
    margin-bottom: 6.67vw;
  }
}
.p-form__message-text {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__message-text {
    font-size: 4vw;
    margin-bottom: 6.67vw;
  }
}
.p-form .c-btn a {
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */
