.rekers-cta-v3 {
  padding: 50px 0;
}
.rekers-cta-v3__wrapper {
  padding: 58px 80px;
  background-color: #F8F8F8;
  box-shadow: 0 4px 20px 0 #00000033;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 2rem;
}
@media (max-width: 992px) {
  .rekers-cta-v3__wrapper {
    grid-template-columns: 1fr;
  }
}
.rekers-cta-v3__content h1,
.rekers-cta-v3__content h2,
.rekers-cta-v3__content h3,
.rekers-cta-v3__content h4,
.rekers-cta-v3__content h5,
.rekers-cta-v3__content h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rekers-cta-v3__button-wrapper {
  justify-self: end;
  align-self: end;
}
@media (max-width: 992px) {
  .rekers-cta-v3__button-wrapper {
    justify-self: center;
    align-self: center;
  }
}
/*# sourceMappingURL=view.css.map */