.statistics-banner {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
}
.statistics-banner * {
  color: white !important;
}
.statistics-banner--header {
  text-align: center;
  margin-bottom: 2em;
}
.statistics-banner--header p,
.statistics-banner--header h2 {
  color: white;
}
.stats .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stat-box {
  text-align: center;
  color: white;
  padding: 0 2%;
  max-width: 400px;
  margin: 0 auto !important;
}
.stat-box .stat__text-number {
  display: flex;
  justify-content: center;
  font-size: 86px;
  line-height: 1.3;
  font-weight: bold;
}
.stat__text p {
  font-family: 'Gotham A','Gotham B';
  margin-bottom: 0;
  font-size: 21px !important;
  line-height: 30px !important;
  color: white;
}
.stat-box::before {
  content: '';
  display: block;
  height: 2px;
  width: 60px;
  background-color: #ffbd25;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .stat-box {
    margin-top: 2.75em !important;
  }
  .stat-box + .stat-box {
    margin-top: 3.5em !important;
  }
  .stat__text p {
    font-size: 18px;
    line-height: 27px;
}