/** WRAPPER NUMBERS **/

.wrapper-numbers {
  color: #fff;
  background: #181818;
  padding: 72px 0;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  min-height: 270px;
  transition: all ease 0.2s;
}

.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: 51px;
  line-height: 1;
}

.count.replay {
  font-weight: lighter !important;
}

.sup {
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
}

.column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-numbers .icon {
  color: #B34266;
  font-size: 41px;
  text-align: right;
}

div.nulin {
  font-size: 20px;
  color: #A1A6AA;
}

.suro-l {
  padding: 0;
  text-align: center;
  transition: all ease 0.2s;
}

.wrapper-numbers div {
  text-transform: uppercase;
}

.countnumname {
  text-align: left;
}

@media (max-width:987px) {
  .wrapper-numbers {
    padding: 0px 0;
    min-height: unset;
  }
  .suro-l, .suro {
    padding: 0;
    flex: 0 0 0;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
}