.stats .inner {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 2rem;
     text-align: center;
}
 .stats .item {
     flex: 1 1 180px;
     max-width: 240px;
}
 .stats .stat {
     display: block;
     font-size: 3rem;
     font-weight: 800;
     line-height: 1;
     margin-bottom: .5rem;
}
 .stats .detail {
     font-size: 1rem;
     line-height: 1.4;
}