.content-block {
  padding: 40px 0;
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (min-width: 992px) {
  .content-block {
    padding: 80px 0 60px 0;
  }
}
.content-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 600%;
  height: 100%;
  background-color: #f8f8f8;
  transform: translateX(-50%);
  z-index: -1;
}
.content-block .btn.btn-outline {
  background-color: transparent;
  color: var(--site-heading-color);
  border-color: #ddd;
  border-radius: 50px;
  padding: 16px 24px;
  font-weight: 500;
  min-width: 180px;
}
.content-block .btn.btn-outline:hover {
  background-color: #FFA832;
  border-color: #FFA832;
  color: white;
}
.content-block .--image {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .content-block .--image {
    margin: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .content-block .--content h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
  }
}
.content-block .--content p {
  color: var(--site-heading-color);
}
.content-block .features {
  margin-top: 50px;
}
.content-block .features h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 2px;
}
.content-block .features figure {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  border: 1px solid #ddd;
  padding: 10px;
}
.content-block .features figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-block .features .--info p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */