.expertise-grid-dfbdf7ea {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}

@media (min-width: 768px) {
    .expertise-grid-dfbdf7ea {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .expertise-grid-dfbdf7ea {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}

.expertise-card-dfbdf7ea {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0,0.04);
    will-change: transform, opacity;
}

.expertise-icon-wrap-dfbdf7ea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.03);
}

.expertise-icon-wrap-dfbdf7ea i {
    font-size: 28px;
    color: #333;
}

.expertise-icon-wrap-dfbdf7ea svg {
    width: 28px;
    height: 28px;
    fill: #333;
}

.expertise-title-dfbdf7ea {
    margin: 0 0 12px 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    color: #111;
}

.expertise-desc-dfbdf7ea {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}