.ndebele-cards-grid-2c0055de {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}

@media (max-width: 767px) {
    .ndebele-cards-grid-2c0055de {
        grid-template-columns: 1fr;
    }
}

.ndebele-card-2c0055de {
    background-color: #FDFBF7;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.ndebele-card-2c0055de:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.ndebele-card-icon-2c0055de {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ndebele-card-title-2c0055de {
    color: #1A3C34;
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 600;
}

.ndebele-card-desc-2c0055de {
    color: #4A4A4A;
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.5;
    flex-grow: 1;
}

.ndebele-card-points-2c0055de {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ndebele-card-points-2c0055de li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #4A4A4A;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
}

.ndebele-card-points-2c0055de li:last-child {
    margin-bottom: 0;
}

.ndebele-card-points-2c0055de li .check-icon-2c0055de {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #1A3C34;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}