.kfo-card-5612c135 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 400px;
    border-radius: 16px;
}
.kfo-overlay-5612c135 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    transition: all 0.3s ease;
}
.kfo-content-5612c135 {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #ffffff;
}
.kfo-number-5612c135 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
}
.kfo-subtitle-5612c135 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}