.numbers {
  padding: 2rem 0;
}
.no-webp .numbers__body {
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(../img/numbers.jpg) center 0 / cover no-repeat;
  background:
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    url(../img/numbers.jpg) center 0 / cover no-repeat;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    url(../img/numbers.jpg) center 0 / cover no-repeat;
}
.numbers__body {
  color: #fff;
  padding: 2rem 1rem;
  border-radius: 0.75rem;
}
.numbers__list {
  margin-top: 3.25rem;
  gap: 1rem;
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
}
.numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.numbers__item-caption {
  margin-bottom: auto;
}
.numbers__item-text {
  margin-top: 0.75rem;
}
@media (min-width: 575.98px) {
  .numbers {
    padding: 4rem 0;
  }
  .numbers__list {
    row-gap: 3rem;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767.98px) {
  .numbers__body {
    border-radius: 1.5rem;
    padding: 3.125rem;
  }
}
@media (min-width: 991.98px) {
  .numbers__item-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1199.98px) {
  .numbers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6.25rem;
    gap: 2rem;
  }
}
@media (min-width: 1439.98px) {
  .numbers {
    padding: 7.75rem 0 6.5rem;
  }
}
@media (min-width: 1879.98px) {
  .numbers__body {
    padding: 6.25rem;
  }
}
.webp .numbers__body {
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(../img/numbers.webp) center 0 / cover no-repeat;
  background:
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    url(../img/numbers.webp) center 0 / cover no-repeat;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    url(../img/numbers.webp) center 0 / cover no-repeat;
}
