.newsletter-closed {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .newsletter-closed {
    min-height: 140px;
  }
}
