.brevo-frame {
  display: block;
  width: 100%;
  max-width: 680px;
  height: 620px;
  margin: 28px auto 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
}

.signup-note {
  margin: 16px auto 0;
  color: #9fb9b1;
  font-size: 11px;
}

@media (max-width: 820px) {
  .brevo-frame {
    height: 700px;
  }
}
