/**
 *
 * Content section
 *
 */
.section-content {
  padding: 60px 0;
  color: #4C4C4C;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--text-font);
}
@media (max-width: 991px) {
  .section-content {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding: 43px 0;
  }
}
.section-content__inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .section-content__inner {
    max-width: 740px;
  }
}
@media (max-width: 1199px) {
  .section-content__inner {
    max-width: 650px;
  }
}
.section-content h1 b, .section-content h1 strong, .section-content h2 b, .section-content h2 strong, .section-content h3 b, .section-content h3 strong, .section-content h4 b, .section-content h4 strong, .section-content h5 b, .section-content h5 strong, .section-content h6 b, .section-content h6 strong {
  font-weight: 500;
}
.section-content a {
  color: #2998FF;
}
.section-content a:hover {
  text-decoration: underline;
  color: #2998FF;
}
.section-content h1 {
  font-size: 2.5em;
  margin: 0.4em 0;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .section-content h1 {
    font-size: 2.1em;
  }
}
.section-content h2 {
  font-size: 2em;
  margin: 0.4em 0;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .section-content h2 {
    font-size: 1.8em;
  }
}
.section-content h3 {
  font-size: 1.8em;
  margin: 0.4em 0;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .section-content h3 {
    font-size: 1.7em;
  }
}
.section-content h4 {
  font-size: 1.6em;
  margin: 0.4em 0;
  line-height: 1.35;
}
.section-content h5 {
  font-size: 1.4em;
  margin: 0.4em 0;
  line-height: 1.35;
}
.section-content h6 {
  font-size: 1.2em;
  margin: 0.4em 0;
  line-height: 1.35;
}
.section-content p {
  margin: 0 0 30px 0;
  color: #4C4C4C;
}
.section-content ul, .section-content ol {
  color: #4C4C4C;
  padding-left: 20px;
  list-style: revert;
}
.section-content ul li:not(:last-child), .section-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.section-content[data-full-width] .container,
.section-content[data-full-width] .section-content__inner {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}
.section-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  border: 1px solid var(--color-blue-darker);
}
.section-content table p {
  margin: 0;
}
.section-content table th, .section-content table td {
  padding: 8px;
  text-align: center;
  border: 1px solid var(--color-blue-darker);
}
.section-content table th {
  background-color: #f2f2f2;
  font-weight: 600;
}
/*# sourceMappingURL=section-content.css.map */
