.c-section-title__text-container {
  text-align: center;
}
@media (max-width: 575.98px) {
  .c-section-title__text-container {
    padding: 0 15px;
  }
}
.c-section-title__title-container {
  text-align: center;
}
.text-left .c-section-title__title-container {
  text-align: left;
}
.c-section-title__title-container:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 50px;
  height: 1px;
  background-color: #92d1ff;
}
.light .c-section-title__title-container:after {
  background-color: #92d1ff;
}
.text-left .c-section-title__title-container:after {
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .c-section-title__title-container:after {
    margin: 20px auto;
  }
}
.c-section-title__title {
  color: #007dd7;
  font-family: "Montserrat", sans-serif;
  font-size: 2.625em;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1499.98px) {
  .c-section-title__title {
    font-size: 2.1em;
  }
}
@media (max-width: 1199.98px) {
  .c-section-title__title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  .c-section-title__title {
    font-size: 1.625em;
  }
}
.light .c-section-title__title {
  color: #ffffff;
}
.c-section-title__text {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.63;
  margin-top: 30px;
}
.light .c-section-title__text {
  color: #ffffff !important;
}
.text-left .c-section-title__text {
  text-align: left;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .c-section-title__text {
    font-size: 0.875em;
  }
}
.c-section-title__text ul {
  padding-left: 25px;
}
@media (max-width: 1499.98px) {
  .c-section-title__text ul {
    padding-left: 20px;
  }
}
.c-section-title__text ul li {
  list-style-type: disc;
  margin: 20px 0;
  color: #343434;
}
@media (max-width: 991.98px) {
  .c-section-title__text ul li {
    font-size: 0.875em;
    line-height: 1.86;
  }
}
.c-section-title__text ul li::marker {
  color: #007dd7;
}
.light .c-section-title__text ul li::marker {
  color: #ffffff !important;
}
.light .c-section-title__text ul li {
  color: #ffffff !important;
}