.stats-inner{display:flex;flex-wrap:wrap;justify-content:center}.stats-card{background-color:#f1f8ff;background:#0c84fe1f;border-right:1px solid #0c84fe;flex:0 25%;overflow:hidden;padding:28px;position:relative;text-align:center}.stats-card:last-child{border-right:none}.stats-card:before{background:#0c84fe;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.stats-card:hover:before{transform:scaleX(1)}@media(max-width:991px){.stats-card{flex:0 45%}}@media(max-width:640px){.stats-card{flex:0 100%}}