.textsection {
  width: 100%;
  height: fit-content;
  margin: 3em 0 3em 0;
}
.textsection .section-inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.textsection .section-inner h1, .textsection .section-inner h2, .textsection .section-inner h3 {
  font-weight: normal;
}

@media (min-width: 769px) {
  .textsection .section-inner {
    width: 60%;
    min-width: 350px;
  }
}
@media (max-width: 768px) {
  .textsection .section-inner {
    width: 90%;
  }
}

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