.l-left-right__row-container {
  display: flex;
  margin-bottom: 6rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .l-left-right__row-container {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0rem;
  }
}
.l-left-right__image-container {
  display: flex;
}
.l-left-right__image-container--reversed {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .l-left-right__image-container {
    justify-content: center;
    margin-top: 1rem;
  }
}
.l-left-right__text-container {
  margin-left: 5rem;
}
@media (max-width: 991.98px) {
  .l-left-right__text-container {
    margin-left: 0;
  }
}
.l-left-right__text-container--reversed {
  margin-left: 0;
  margin-right: 5rem;
}
@media (max-width: 991.98px) {
  .l-left-right__text-container--reversed {
    margin-right: 0;
  }
}
.l-left-right .c-section-title__title {
  font-size: 1.8rem;
}
.home .l-left-right .c-section-title__title {
  font-size: 3rem;
}
@media (max-width: 1499.98px) {
  .home .l-left-right .c-section-title__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199.98px) {
  .home .l-left-right .c-section-title__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .home .l-left-right .c-section-title__title {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .home .l-left-right .c-section-title__title {
    font-size: 1.6rem;
  }
}
.l-left-right .c-section-title__separator {
  display: none;
}
.home .l-left-right .c-section-title__separator {
  display: block;
}
.l-left-right .c-section-title__description {
  margin-top: 20px;
}