.newsletter_container {
  background: var(--section-background);
}

.newsletter--section-content {
  align-content: center;
  padding: 60px 30px;
}

.newsletter_container.border {
  border: 1px solid var(--dotted-color);
}

.newsletter--section h2,
.newsletter--section p,
.newsletter--section a,
.newsletter--section .gdpr_disclaimer.rte.small  {
  color: var(--text-color);
}

@media screen and (max-width: 500px) {
  .newsletter--section p {
    max-width: 100%;
  }
}

.newsletter--section .newsletter__input {
    --text-color: #aaa;
  color: var(--text-color) !important;
}
.newsletter--section .newsletter__input:focus {
  color: var(--text-color) !important;
}
.newsletter--section .newsletter__input::-webkit-input-placeholder {
  color: var(--text-color) !important;
}
.newsletter--section .newsletter__input::-moz-placeholder {
  color: var(--text-color) !important;
}
.newsletter--section .newsletter__input:-ms-input-placeholder {
  color: var(--text-color) !important;
}
.newsletter--section .newsletter__input:-moz-placeholder {
  color: var(--text-color) !important;
}

.newsletter--section p.form--success {
  margin-top: 15px;
  font-weight: var(--main-weight);
}

.newsletter--section .section-title {
  margin-bottom: 0;
}

.newsletter--section .section-header p {
  margin: 0;
  padding: 0;
}

.newsletter--section .newsletter__submit {
  width: auto;
  padding: 0 25px;
  display: block;
}

.newsletter--section .newsletter__input {
  width: 350px;
  display: block;
  margin-bottom: 15px;
}

.newsletter--section .section-icons li {
  display: inline-block;
  margin-right: 6px;
  font-size: 25px;
}

.newsletter--section .section-icons ul li a {
  font-size: 15px;
  margin: 0 10px;
}

.newsletter--section .gdpr_disclaimer.rte.small {
  font-size: 90%;
  margin-bottom: 15px;
}

.newsletter--section-image .box-ratio {
  padding-bottom: 0 !important;
  height: 100% !important;
}

.newsletter--section-image .box-ratio img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}