.cancel-form img { max-width: 100%;}
.cancel-form .form__message { align-items: flex-start;}
.cancel-form .icon-success { margin-top: 0.2rem;}
.cancel-form .field { margin-bottom: 1.5rem;}
.contact__button { margin-top: 3rem;}
.cancel-form form { text-align: center;}
.cancel-form .field textarea { resize: vertical;}

@media screen and (min-width: 750px) {
  .cancel-form .field { margin-bottom: 2rem;}
}

@media screen and (min-width: 750px) {
  .contact__button { margin-top: 4rem;}
}