@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-section-title__text {
  text-align: left;
  position: relative;
}
.light .c-section-title__text {
  color: #fff !important;
}
.text-dark .c-section-title__text {
  color: #000 !important;
}
.text-left .c-section-title__text {
  text-align: left;
  line-height: 1.75;
}
@media (max-width: 1599.98px) {
  .c-section-title__text {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__text {
    max-width: 100%;
    margin: 0;
  }
}
.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;
  color: #222;
}
@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: #343434;
}
.light .c-section-title__text ul li::marker {
  color: #fff !important;
}
.light .c-section-title__text ul li {
  color: #fff !important;
}
.c-section-title__text a {
  text-decoration: underline;
}
.light .c-section-title__text a {
  color: #fff !important;
}
.text-dark .c-section-title__text a {
  color: #000 !important;
}