.proof-band {
  max-width: 75rem;
  padding: 0 1rem;
}

.proof-band__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.proof-band__item {
  padding: 0 0.5rem;
  text-align: center;
  border-left: 1px solid #D5C4A1;
}

.proof-band__item:first-child {
  border-left: 0;
}

.proof-band__figure {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  color: #0C434A;
}

.proof-band__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #3F5B5F;
}

.proof-band__note {
  max-width: 800px;
  margin: 1.313rem auto 0;
  font-size: 1rem;
  line-height: 1.35;
  color: #3F5B5F;
  text-align: center;
}

@media (max-width: 900px) {
  .proof-band__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.75rem;
  }
  .proof-band__item:nth-child(3) {
    border-left: 0;
  }
}

/*# sourceMappingURL=proof-band.css.map */
