.content-text p {
  font-size: 16px;
  color: rgb(126, 126, 126);
  font-weight: 400;
  text-align: justify;
}
.content-text p strong {
  font-size: 19px;
  color: rgb(126, 126, 126);
  font-weight: 700;
}
.content-text ul {
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-text ol {
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-text li {
  font-size: 19px;
  color: rgb(126, 126, 126);
  font-weight: 400;
}
.content-text li strong {
  font-size: 19px;
  color: rgb(126, 126, 126);
  font-weight: 700;
}
.content-text blockquote {
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.content-text table {
  border: 1px solid orange;
  width: 100%;
}
.content-text table td {
  padding: 10px;
  border: 1px solid orange;
  color: #000428;
}
.content-text a {
  font-size: 16px;
  color: rgb(239, 126, 34);
  font-weight: 400;
}
.content-text .blue-btn {
  color: #fff;
}
.content-text .blue-btn:hover {
  color: rgb(35, 61, 97);
}

.section-title {
  padding: 24px 0px;
  position: relative;
  color: rgb(35, 61, 97);
  font-size: 34px;
  padding-bottom: 24px;
  font-weight: 400;
}
.section-title strong {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24pt;
    padding-bottom: 32px;
  }
}
.section-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  top: -4px;
  left: 0;
  position: absolute;
}
.section-title.centered {
  text-align: center;
  margin: 0 auto;
}
.section-title.centered::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  top: unset;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

/*# sourceMappingURL=style.css.map */
