.footer-newsletter {
  display: flex;
  flex-direction: row;
  gap: 20%;
  background: #121A2B;
  border-radius: 40px;
  padding: 120px;
  margin-bottom: 80px;
}

span.green-text {
  color: var(--color-accent) !important;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 25px;
}

div.footer-newsletter h2 {
  font-size: 50px;
  text-align: left;
  flex: 1;
  line-height: normal;
}

p.newsletter-text {
  font-size: 22px;
  color: var(--color-gray) !important;
  line-height: normal;
  margin-top: 25Px;
}
label.whole-width{
    font-size: 17px !important;
    color: var(--color-gray) !important;
    line-height: normal;
}
label.whole-width a{
    color: var(--color-gray) !important;
    font-weight: 600;
}




form#formNewsletter {
  flex: 1;
  max-width: unset;
}
@media (max-width: 767px) {
    .footer-newsletter {
        flex-direction: column !important;
    }
}