.custom-newsletter-form {
  text-align: center;
  padding: 40px 0px;
  form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    > * {
      width: initial;
    }
  }
}
