@media screen and (max-width: 768px) {
  .subscribe-modal__form {
    display: flex !important;
    flex-direction: column !important;
  }
  .subscribe-modal__submit {
    width: 100%;
    height: 46px;
  }
}
