.text-content .inner-text-content h1, .text-content .inner-text-content h2, .text-content .inner-text-content h3, .text-content .inner-text-content h4, .text-content .inner-text-content h5, .text-content .inner-text-content h6 {
  font-weight: 700;
}
.text-content .inner-text-content h2, .text-content .inner-text-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.text-content .inner-text-content p, .text-content .inner-text-content ul {
  margin-bottom: 16px;
}
.text-content .inner-text-content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .text-content .inner-text-content img {
    height: 300px;
  }
}
.text-content .inner-text-content .section-content {
  padding-left: 2.2em;
}

/*# sourceMappingURL=text-content.css.map */
