.core-expertise-wrapper-421be61c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}
@media (max-width: 1024px) {
    .core-expertise-wrapper-421be61c {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .core-expertise-wrapper-421be61c {
        grid-template-columns: 1fr;
    }
}

.core-expertise-card-421be61c {
    background-color: #1a1b22;
    border: 1px solid #2c2d35;
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.core-expertise-card-421be61c:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.ce-icon-421be61c {
    margin-bottom: 24px;
    display: inline-flex;
}

.ce-title-421be61c {
    margin-top: 0;
    margin-bottom: 16px;
}

.ce-desc-421be61c {
    margin-top: 0;
    margin-bottom: 32px;
    flex-grow: 1;
}

.ce-link-421be61c {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.ce-link-421be61c svg {
    margin-left: 8px;
    width: 14px;
    height: 14px;
    fill: currentColor;
}
