/**
* Block Name: facts
*/

section.facts .fact_card {
  flex-grow: 1;
}

section.facts .fact_card hr {
  color: var(--ecru);
  opacity: 1;
}

section.facts .number {
  color: var(--sandbeige);
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.7px;
}

@media (max-width: 1399px) {
  section.facts .number {
    font-size: 65px;
  }
}

@media (max-width: 1199px) {
  section.facts .number {
    font-size: 54px;
  }
}

@media (max-width: 992px) {
  section.facts .number {
    font-size: 48px;
    margin-bottom: 30px;
  }

  section.facts .number + h3 {
    margin-top: 0;
  }
}
