section.text-image {
  background-color: #FFC0A2;
  padding: 60px 0;
}
@media (min-width: 992px) {
  section.text-image {
    padding: 100px 0;
  }
}
section.text-image h2 {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 992px) {
  section.text-image h2 {
    font-size: 50px;
    line-height: 56px;
  }
}
section.text-image h4 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  section.text-image h4 {
    font-size: 18px;
  }
}
section.text-image img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
