.c-section-title__text-container {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c-section-title__title-container {
  text-align: center;
  position: relative;
}
.text-left .c-section-title__title-container {
  text-align: left;
}
.c-section-title__title {
  color: #414042;
  font-family: "Playfair Display", serif;
  font-size: 2.25em;
  letter-spacing: 0.8px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .c-section-title__title {
    font-size: 1.75em;
    font-weight: 600;
  }
}
.c-section-title__title::before, .c-section-title__title::after {
  content: " ";
  width: 100vw;
  height: 1px;
  background: rgba(149, 149, 149, 0.4);
  position: absolute;
  left: calc(-100vw - 15px);
  bottom: 18px;
}
@media (max-width: 991.98px) {
  .c-section-title__title::before, .c-section-title__title::after {
    content: none;
  }
}
.c-section-title__title::after {
  left: auto;
  right: calc(-100vw - 15px);
}
@media (max-width: 991.98px) {
  .c-section-title__title br {
    display: none;
  }
}
.light .c-section-title__title {
  color: #ffffff;
}
.small-title .c-section-title__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.56;
}
.c-section-title__text {
  margin: 35px auto 0;
  max-width: 970px;
}
.light .c-section-title__text {
  color: #ffffff !important;
}
.text-left .c-section-title__text {
  text-align: left;
  line-height: 1.75;
}
.c-section-title__text ul {
  padding-left: 25px;
}
@media (max-width: 1599.98px) {
  .c-section-title__text ul {
    padding-left: 20px;
  }
}
.c-section-title__text ul li {
  list-style-type: disc;
  margin: 20px 0;
}
.c-section-title__text ul li::marker {
  color: #144051;
}
.light .c-section-title__text ul li::marker {
  color: #ffffff !important;
}
.light .c-section-title__text ul li {
  color: #ffffff !important;
}