.stats-counter-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat-counter-card.seprator{border:solid #000;border-width:0 1px 0 0}.stats-counter-grid .seprator:last-child{border:none!important}.stat-counter-icon{color:#d32f2f;height:32px;margin-bottom:12px;width:32px}.stat-counter-value{color:#b40d1d;font-size:32px;font-weight:700;line-height:32px;margin-bottom:8px}.stat-counter-label{color:#3f3f3f;font-size:15px;font-weight:500}@media (max-width:1024px){.stats-counter-grid{grid-template-columns:repeat(2,1fr)}.stat-counter-card.seprator:first-child{border-width:0 1px 1px 0};.stat-counter-card.seprator:first-child+.stat-counter-card.seprator{border-width:0 0 1px}}