/* Align each icon with the large metric number, rather than the number-and-caption block. */
.metric-grid .metric-icon {
    margin-top: 10px;
}

@media (max-width: 800px) {
    .metric-grid .metric-icon {
        margin-top: 8px;
    }
}
