.rh-malit-header {
  background-color: #e1e7ed;
  margin-bottom: 0;
  padding-block: 6rem;
}
.rh-malit-header.rh-malit-header {
  margin-inline: auto;
  width: calc(100vw - 4rem);
}
@media (min-width: 840px) {
  .rh-malit-header.rh-malit-header {
    left: auto;
    max-width: 1920px !important;
    width: calc(100vw - 8rem);
  }
}

.rh-malit-cta .wp-block-rh-cta {
  margin: -4rem 4rem 8rem 4rem;
  position: relative;
}
@media (min-width: 840px) {
  .rh-malit-cta .wp-block-rh-cta {
    margin: -4rem 4rem 8rem auto;
    max-width: 449px;
  }
}
.rh-malit-cta .wp-block-rh-cta p {
  margin-bottom: 0;
}
.rh-malit-cta .wp-block-rh-cta p.cta-bold {
  font-weight: 700;
  margin-top: 1rem;
}