.cc-grid-6ebf306d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 767px) {
    .cc-grid-6ebf306d {
        grid-template-columns: 1fr;
    }
}

.cc-card-6ebf306d {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    height: 100%;
}

.cc-card-6ebf306d:hover {
    transform: scale(1.05);
}

.cc-num-6ebf306d {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.cc-title-6ebf306d {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.cc-desc-6ebf306d {
    font-size: 1rem;
    margin: 0;
}
