.section-newsletter .wrapper .content .text {
  margin-top: 15px;
}
.section-newsletter .wrapper .block-newsletter {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter .wrapper {
    display: flex;
    column-gap: 150px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-newsletter .wrapper .block-newsletter {
    margin-bottom: 0;
    min-width: 480px;
  }
}
