/**
 *
 * Small text section
 *
 */
.section-smallText {
  padding: 25px 0;
}
@media (max-width: 1439px) {
  .section-smallText {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .section-smallText {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .section-smallText .container {
    width: 1424px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .section-smallText .container {
    width: 1405px;
  }
}
.section-smallText__text p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: var(--text-font);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  color: #6D7278;
}
.section-smallText__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .section-smallText__text p {
    line-height: 1.72;
  }
}
@media (max-width: 991px) {
  .section-smallText__text p {
    line-height: 1.57;
  }
}
/*# sourceMappingURL=section-smalltext.css.map */
