.stats-group{display:grid;grid-gap:30px 25px;grid-auto-flow:row dense;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-columns:repeat(12,1fr);justify-content:stretch;justify-items:stretch}.stats-group:after,.stats-group:before{display:none}.stats-group .single-stat.span12{grid-column:auto/span 12}.stats-group .single-stat{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:0!important;min-height:100px;padding-bottom:0;position:relative;text-align:center;width:100%}.stats-group .single-stat .single-star-innerwrap{max-width:300px}.stats-group .single-stat h2{font-size:35px;font-weight:700}.single-stat h6{color:var(--secondary-color);font-size:14px}.stats-group .single-stat.span3:last-child .single-star-innerwrap:after,.stats-group .single-stat.span4:nth-child(3n) .single-star-innerwrap:after{display:none}@media(min-width:768px){.stats-group .single-stat .single-star-innerwrap:after{background:var(--secondary-color);content:"";height:48px;position:absolute;right:0;top:41%;width:1px}.stats-group .single-stat.span3{grid-column:auto/span 3}.stats-group .single-stat.span4{grid-column:auto/span 4}.stats-group .single-stat.span6{grid-column:auto/span 6}.stats-group .single-stat h2{font-size:50px}}@media(min-width:1025px){.stats-group .single-stat h2{font-weight:700}}@media(max-width:767px){.stats-group .single-stat{grid-column:auto/span 12}}