.c-section-title {
  text-align: center;
}
.c-section-title__title {
  font-size: 2.25em;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  color: #007ac7;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .c-section-title__title {
    font-size: 1.8em;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__title {
    font-size: 1.75em;
  }
}
.c-section-title__text {
  font-size: 1.125em;
  font-family: "Roboto", sans-serif;
  line-height: 1.56;
  margin: 20px 0 0 0;
  color: #333333;
}
@media (max-width: 1599.98px) {
  .c-section-title__text {
    font-size: 0.9em;
    margin: 16px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__text {
    font-size: 1em;
  }
}
.c-section-title__text ul {
  list-style-type: disc;
  margin: 0 0 20px 20px;
}
.c-section-title__text li::marker {
  color: #007ac7;
}
.c-section-title__text a {
  color: #007ac7;
}
.c-section-title__text a:hover, .c-section-title__text a:active, .c-section-title__text a:focus, .c-section-title__text a:visited {
  color: #007ac7;
}

.l-section-title .c-section-title {
  max-width: 800px;
  margin: 0 auto;
}