.callout {
  padding: 2rem 4rem;
  color: #fff;
  max-width: 100%;
  background-color: #4298D3;
  margin: 0;
}
@media (max-width: 992px) {
  .callout {
    padding: 2rem;
  }
}
.callout .box {
  width: 100%;
  max-width: 50%;
  color: #fff;
  z-index: 2;
}
@media (max-width: 992px) {
  .callout .box {
    max-width: 100%;
  }
}
.callout .box h2 {
  margin-top: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
}
.callout .box h2::after {
  height: 2px;
  width: 100vw;
  background-color: #fff;
}
.callout:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #4298d3, rgba(66, 152, 211, 0.2));
  z-index: 1;
  content: "";
}
.callout .bg {
  mix-blend-mode: hard-light;
  z-index: 0;
}
.callout.right > .box {
  margin-left: auto;
  text-align: right;
}
.callout.right:after {
  background: linear-gradient(to right, rgba(66, 152, 211, 0.1), rgba(66, 152, 211, 0.9));
}
.callout.light:after {
  background: linear-gradient(to right, rgba(162, 162, 162, 0.5), rgba(219, 219, 219, 0.1));
}
.callout.light.right:after {
  background: linear-gradient(to right, rgba(219, 219, 219, 0.1), rgba(162, 162, 162, 0.5));
}/*# sourceMappingURL=style.css.map */