.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #111;
    color: #fff;
    text-align: center;
}

.stats div {
    padding: 50px 24px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.stats h3 {
    font-size: 2rem;
    color: #b99665;
}