.ce_paper_counter .highlight-box .bg-white {
  border-top: 1px solid #E3E8EC;
  border-right: 1px solid #E3E8EC;
  border-bottom: 1px solid #E3E8EC;
}


.ce_paper_counter .highlight-box .content::after {
  width: 15px;
}

.ce_paper_counter .highlight-box .content h3 {
  margin-top:0px;
}

.ce_paper_counter .highlight-box .content .inner {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ce_paper_counter .highlight-box .content .inner .counter-value {
  font-size: 68px;
  font-weight: normal;
  color: #174B86;
}

.ce_paper_counter .highlight-box .content .inner .counter-kg {
  font-size: 18px;
  font-weight: bold;
  color: #174B86;
}

.content-element-uploads .textlink {
  font-weight: bold;
}

@media (max-width: 768px) {
  .ce_paper_counter .highlight-box .content::after {
    width: 12px;
  }
  .ce_paper_counter .highlight-box .content .inner .counter-value {
    font-size: 40px;
    font-weight: normal;
  }
  .ce_paper_counter .highlight-box .content .inner .counter-kg {
    font-size: 16px;
    font-weight: bold;
  }
}
