.newsletter_module {
  padding: 58px 0 43px 0;
}

.newsletter_module.content-module__first {
  margin-top: 30px;
}

.newsletter_module .wpforms-form {
  margin-top: 30px;
}

.newsletter_module .wpforms-submit-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 42px !important;
}

.newsletter_module .wpforms-submit-container input {
  width: 100% !important;
}

@media (max-width: 992px) {
  .newsletter_module .wpforms-submit-container {
    justify-content: center;
  }  
}