.c-section-title__row-container {
  display: flex;
  margin-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .c-section-title__row-container {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0rem;
  }
}
.c-section-title__image-container {
  display: flex;
}
.c-section-title__image-container--reversed {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .c-section-title__image-container {
    justify-content: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__text-container {
    margin-left: 0;
  }
}
.c-section-title__text-container--reversed {
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .c-section-title__text-container--reversed {
    margin-right: 0;
  }
}
.c-section-title__text-container--no-margin {
  margin: 0;
}
.c-section-title__title {
  color: #343434;
  font-family: "frontageregular", sans-serif;
  font-size: 3rem;
  line-height: normal;
}
@media (max-width: 1499.98px) {
  .c-section-title__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199.98px) {
  .c-section-title__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__title {
    font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .c-section-title__title {
    font-size: 1.6rem;
  }
}
.c-section-title__title--white, .is-white .c-section-title__title {
  color: #fff;
}
.c-section-title__description {
  color: #000;
  font-family: "providencesansregular", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem !important;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .c-section-title__description {
    text-align: center;
  }
}
.c-section-title__description--white, .is-white .c-section-title__description {
  color: #fff;
}
.c-section-title__description--justify {
  text-align: justify;
}
@media (max-width: 991.98px) {
  .c-section-title__description--justify {
    text-align: center;
  }
}
.c-section-title__separator {
  width: 7%;
  height: 3px;
  background-color: #336e63;
  border: none;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .c-section-title__separator {
    margin: 1rem auto 1.5rem;
    width: 10%;
  }
}
.c-section-title__separator--hide {
  display: none;
}
.c-section-title__separator--white, .is-white .c-section-title__separator {
  background-color: #fff;
}