.hcg-4a2f4778-wrapper {
    background-color: #002c77;
    padding: 80px 0;
    width: 100%;
}
.hcg-4a2f4778-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.hcg-4a2f4778-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}
.hcg-4a2f4778-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.hcg-4a2f4778-number-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 16px;
}
.hcg-4a2f4778-number {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #fdc82f;
}
.hcg-4a2f4778-label {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #e8edf5;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .hcg-4a2f4778-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
    }
}

@media (max-width: 767px) {
    .hcg-4a2f4778-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .hcg-4a2f4778-number {
        font-size: 40px;
    }
}