.stats-strip {
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
  overflow-x: hidden;
  border-top: 1px solid rgba(153,153,153,0.25);
}


.stat-item {
  flex: 1;
  padding: 44px 8px;
  text-align: center;
  border-left: 1px solid rgba(153,153,153,0.25);
}
@media (max-width: 767px) {
  .stat-item {
    min-width: 50%;
    border-left: none;
    border-bottom: 1px solid rgba(153,153,153,0.25);
  }
  .stat-item:nth-child(odd) {
    border-right: 1px solid rgba(153,153,153,0.25);
  }
}
.stat-item:first-child { border-left: none; }

.stat-value {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
      margin-bottom: 8px;
    }

.stat-label { font-size: 16px; color: #666; line-height: 24px; }