.text-content p {
  line-height: 1.7;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .text-content p {
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .text-content p {
    line-height: 1.8;
    padding-bottom: 30px;
  }
}
.text-content p strong {
  font-weight: 500;
}
.text-content p a {
  color: #1e272e;
  text-decoration: underline;
  transition: color 0.5s;
}
@media (min-width: 1280px) {
  .text-content p a:hover {
    color: #008ce4;
  }
}
.text-content p:last-child {
  padding-bottom: 0;
}
.text-content ul, .text-content ol {
  margin: 0 0 10px 20px;
}
.text-content ul li, .text-content ol li {
  list-style: disc;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-content ul li, .text-content ol li {
    padding-bottom: 12px;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  .text-content ul li, .text-content ol li {
    padding-bottom: 15px;
    line-height: 1.7;
  }
}
.text-content ul li strong, .text-content ol li strong {
  font-weight: 500;
}
.text-content ol li {
  list-style: decimal;
}
.text-content h2 {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .text-content h2 {
    font-size: 26px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1280px) {
  .text-content h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.text-content h3 {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .text-content h3 {
    font-size: 21px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1280px) {
  .text-content h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.text-content h4 {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .text-content h4 {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1280px) {
  .text-content h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.about-page p {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .about-page p {
    font-size: 18px;
    padding: 0 50px 18px;
  }
}
@media (min-width: 1280px) {
  .about-page p {
    font-size: 20px;
    padding: 0 120px 20px;
  }
}
.about-page p:last-child {
  padding-bottom: 0;
}

/*# sourceMappingURL=pages-general.css.map */
