/*-------------------------
newsletters_hero
--------------------------*/
.wp-block.newsletters_hero {
  background: #edf4f5;
}
.wp-block.newsletters_hero .container {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .wp-block.newsletters_hero .container {
    flex-direction: row;
  }
}
.wp-block.newsletters_hero .container .leftside {
  width: 100%;
  max-width: 595px;
}
.wp-block.newsletters_hero .container .rightside {
  width: 100%;
  max-width: 495px;
}
.wp-block.newsletters_hero p {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.wp-block.newsletters_hero p:last-child {
  margin-bottom: 0;
}
.wp-block.newsletters_hero a {
  text-decoration: underline;
  color: #c5af67;
  text-decoration: underline;
}