.textual-module {
  max-width: 1200px;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  width: 85%;
}
@media screen and (max-width: 900px) {
  .textual-module {
    padding: 30px 30px;
    width: 100%;
  }
}
.textual-module .title_description {
  max-width: 876px;
  margin: 0 auto;
}
.textual-module .title_description p {
  margin: 30px 0;
  margin-bottom: 40px;
}
.textual-module .title_description p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=./textual-module.css.map */