.ct-1034-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 100%;
}

.ct-1034-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    padding: 15px 20px;
    border-radius: 8px;
    min-width: 80px;
    flex: 0 1 auto;
}

.ct-1034-number {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}

.ct-1034-label {
    text-transform: uppercase;
    color: #666;
}