.g-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ama-grid-gutter);
    line-height: 1.2;
}

.g-stats__item-1 {
    font-weight: 600;
    font-size: 3.125rem;
    margin-bottom: 0.3125rem;
}

.g-stats__item-2 {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #787878;
    text-transform: uppercase;
    margin-bottom: 0.4375rem;
}@media (max-width: 991.98px) {
.g-stats {
    grid-template-columns: repeat(2, 1fr);
}
}