.wrapper-numbers {
  color: #fff;
  background: #141E30;
  background: -webkit-linear-gradient(to right, #243B55, #141E30);
  background: linear-gradient(to right, #243B55, #141E30);
  padding: 60px 0 45px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}

.header-numbers {
  margin-bottom: 40px;
}

.wrapper-numbers h1, .wrapper-numbers h2, .wrapper-numbers h3, .wrapper-numbers h4 {
  margin: 0 0 15px;
  color: #fff;
}

.count, .countup i {
  font-size: 50px;
  text-shadow: 0 1px 3px rgba(0,0,0,.5), 0 4px 20px rgba(0,0,0,.5);
  line-height: 1;
}

.sup {
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
}

.column {
  padding-top: 20px;
  padding-bottom: 20px;
}

section {
}

.line1 {
  width: 90px;
  height: 5px;
  margin: 10px 0 10px 30px;
  border-radius: 6px;
  background: #d7a51c;
}

.tala {
  background: linear-gradient(to bottom right, #243a54, #162235);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.silver {
  background: linear-gradient(to bottom right, #9ba3b7, #b7ccdb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bronz {
  background: linear-gradient(to bottom right, #bc4f07, #fe8600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sline {
  width: 90px;
  height: 5px;
  margin: 10px 0 10px 30px;
  border-radius: 6px;
  background: #8f98aa;
}

.bline {
  width: 90px;
  height: 5px;
  margin: 10px 0 10px 30px;
  border-radius: 6px;
  background: #c35506;
}

