.contact__desc {
  margin-top: 98px;
  font-size: 22px;
  line-height: 1.9090909091;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__desc {
    margin-top: 38px;
    font-size: 9px;
    line-height: 1.4444444444;
  }
  .contact__desc span {
    font-size: 7px;
    line-height: 1.1428571429;
    display: inline-block;
  }
}
.contact__form {
  padding-block: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-block: 25px 50px;
  }
}