.full-width-heading-and-text {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F6EEEE;
  padding: 6rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .full-width-heading-and-text {
    padding: 4rem 0;
  }
}
.full-width-heading-and-text.grey-bg {
  background-color: #F6EEEE;
}
.full-width-heading-and-text .is-box {
  position: absolute;
  left: 0;
  z-index: 0;
  display: flex;
}
.full-width-heading-and-text h2 {
  color: #000000;
}
.full-width-heading-and-text a {
  font-weight: 600;
}
.full-width-heading-and-text a:hover {
  text-decoration: underline;
}
.full-width-heading-and-text ul, .full-width-heading-and-text ol {
  list-style: none;
}
.full-width-heading-and-text .side-image {
  position: absolute;
  bottom: -4rem;
  right: -3rem;
  display: none;
  max-width: 16.25rem;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 6/9;
  z-index: 0;
  border: 5px solid white;
  transform: rotate(12deg);
}
@media only screen and (min-width: 991px) {
  .full-width-heading-and-text .side-image {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .full-width-heading-and-text .side-image {
    max-width: 18.25rem;
  }
}

/*# sourceMappingURL=s-full_width_heading_and_text.css.map */
