/* ===================== */
/* SECTION */
/* ===================== */


.pages-description{
  padding: 4rem 0;
  background: #fff;
  color: #212121;
}

/* ===================== */
/* INTRO */
/* ===================== */


.pages-description__lead {
  margin: 0 0 1.25rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.35;
  color: #212121;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

.pages-description__description {

  margin: 0 auto 0.5rem;
}

.pages-description__description p {
  color: #10242F !important;
  font-size: 0.9rem;
  letter-spacing: 0.231px;
  hyphens: none;
}


/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 767px) {
  .pages-description {
    padding: 3.5rem 0;
  }
