.merlin-stats{
 display:grid;
 grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
 gap:40px;
 text-align:center;
}

.stat-box img{
 width:70px;
 margin-bottom:12px;
}

.stat-number{
 font-size:48px;
 font-weight:800;
 margin:5px 0;
}

.stat-title{
 color:#1800ad;
 font-weight:700;
 font-size:18px;
}

.stat-sub{
 font-size:14px;
 letter-spacing:1px;
 margin-top:4px;
}

@media(max-width:600px){
 .stat-number{font-size:36px;}
 .stat-title{font-size:16px;}
 .stat-box img{width:55px;}
}