@media screen and (max-width: 767px) {
  .form__label {
    margin-bottom: 18px;
  }
  .form__btn {
    width: 100%;
    margin-top: 18px;
    font-size: 13px;
    line-height: 22px;
  }
  .feedback__form-title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 150%;
  }
  .feedback__form .form__label {
    width: 100%;
  }
}