#statistics-section {
  padding: 50px 0;
  color: #8a8a8a;
}

#statistics-section .row {
  align-items: center;
}

#statistics-section .statistics {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#statistics-section .statistic {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#statistics-section .statistic:nth-child(2) {
  margin-right: 30px;
}

#statistics-section .number-wrap {
  min-width: 100px;
  width: 100px;
  height: 100px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(to bottom, #36aff5, #054063);
}

#statistics-section .number {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.6em;
  color: #505050;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

#statistics-section h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 20px;
  color: #212529;
}

#statistics-section .description {
  color: #054063;
  font-size: 1.1em;
  margin-left: 20px;
  max-width: 250px;
}

#statistics-section .percent {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #505050;
  font-size: 0.6em;
  display: inline;
  line-height: 35px;
  background-color: #fff;
  top: 18px;
  right: -15px;
}

@media (max-width: 992px) {
  #statistics-section .statistics {
    margin-top: 30px;
    align-items: center;
  }
}
