@charset "utf-8";
.section-roots {
  max-width: 80rem;
  width: auto;
  margin: 5rem auto;
  padding: 6rem;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2rem;
  border-color: #f2f2f2;
  background-color: #fff;
}
.section-roots > .title {
  position: relative;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
}
.section-roots > .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2em;
  font-feature-settings: "palt";
}
@media (max-width: 959px) {
  .section-roots {
    margin: 2rem;
    padding: 2rem;
    border-width: 1rem;
  }
}
@media (max-width: 959px) {
  .section-roots > .text {
    line-height: 1.5em;
  }
}
/*# sourceMappingURL=./style.css.map */