.elementor-5216 .elementor-element.elementor-element-370968f9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5216 .elementor-element.elementor-element-3437e4be{width:100%;max-width:100%;text-align:start;}.elementor-5216 .elementor-element.elementor-element-36f7d25{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3437e4be */.elementor-656 .elementor-element.elementor-element-f31cee7.e-con {
    max-width: 1200px !important;
}/* End custom CSS */
/* Start custom CSS */.newsletter-section {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 30px;
  align-items: start;
  margin-bottom: 2em;
}
.newsletter-section .text-content {
  order: 1;
}
.newsletter-box {
  order: 2;
  background-color: #024dad;
  padding: 40px 25px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}
.newsletter-box h5 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.newsletter-box p {
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  margin-bottom: 25px;
}
.newsletter-box a {
  display: block;
  width: 60%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #024dad;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 768px) {
  .newsletter-section {
    grid-template-columns: 1fr;
  }
  .newsletter-box {
    order: 1;
  }
  .text-content {
    order: 2;
  }
  .newsletter-box a {
    width: 80%;
  }
}/* End custom CSS */