.numbers .section-title {
  font-weight: 700;
  font-size: 58px;
  line-height: 120%;
  vertical-align: middle;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .numbers .section-title {
    font-size: 39px;
  }
}
.numbers .section-subtitle {
  margin-bottom: 24px;
}
.numbers .section-desc {
  margin-bottom: 36px;
}
.numbers .numbers_list {
  max-width: fit-content;
}
.numbers .single-number:not(:last-child) {
  padding-bottom: 36px;
  border-bottom: 3px solid #FF7F7F;
}
.numbers .btn {
  background: #FFFFFF;
  color: #EE0000;
  padding: 18px 38px;
}
.numbers .btn:hover path {
  fill: #EE0000;
}

/*# sourceMappingURL=numbers.css.map */
