:root {
  --lightBlue: #0546D8;
}

/* Cookie bar */
.col-stats {
  position: relative;
}
.col-stats .container {
  border-top: solid 2px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.col-stats .container .stat-title {
  font-size: 24px;
  line-height: 26px;
  font-family: ThoughtLeadership;
  padding-bottom: 0;
  padding-top: 0;
}
.col-stats .container .description {
  padding-bottom: 0;
}
.col-stats .container p.percentage-wrap, .col-stats .container p.number-wrap {
  padding: 0;
}
.col-stats .container .stat, .col-stats .container span {
  display: inline-block;
  font-family: ThoughtLeadership-regular;
  font-size: 9.375rem;
  line-height: 150px;
  padding: 0;
}
@media (max-width: 1024px) {
  .col-stats .container .stat, .col-stats .container span {
    font-size: 85px;
    line-height: 85px;
  }
}
@media (max-width: 768px) {
  .col-stats .container .stat, .col-stats .container span {
    font-size: 85px;
    line-height: 85px;
  }
}
.col-stats .container span.append {
  font-size: 80px;
  line-height: 80px;
  vertical-align: top;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .col-stats .container span.append {
    font-size: 40px;
    line-height: 40px;
  }
}
.col-stats .container p.text-wrap {
  padding-top: 0;
}
