.hkf-card-3fba992a {
    display: flex;
    align-items: center;
    background-color: #F4F2EC;
    padding: 25px 35px;
    border-radius: 20px;
    gap: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.hkf-figure-3fba992a {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: #333333;
    flex-shrink: 0;
}

.hkf-desc-3fba992a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #333333;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 767px) {
    .hkf-card-3fba992a {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 25px;
        gap: 15px;
    }
    
    .hkf-figure-3fba992a {
        font-size: 48px;
    }
}
