.ifag-key-figure-single {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ifag-kf-item {
    text-align: center;
    padding: 30px 20px; /* Reduced padding */
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 180px; /* Reduced min-height */
    box-sizing: border-box;
    margin: 0 auto;
}

.ifag-kf-item:hover {
    transform: translateY(-5px);
    border-color: #ce2139;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ifag-kf-icon {
    font-size: 28px; /* Reduced icon size */
    color: #ce2139;
    margin-bottom: 15px;
}

.ifag-kf-number-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
    line-height: 1;
    width: 100%;
}

.ifag-kf-number {
    font-family: "Playfair Display", serif;
    font-size: 36px; /* Reduced font size */
    font-weight: 800;
    color: #ce2139;
    margin: 0;
}

.ifag-kf-suffix {
    font-size: 20px; /* Reduced suffix size */
    font-weight: 700;
    color: #ce2139;
    margin-left: 2px;
}

.ifag-kf-label {
    font-size: 13px; /* Reduced label size */
    line-height: 1.4;
    color: #001838;
    font-weight: 700;
    max-width: 100%;
    margin: 0;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

@media (max-width: 768px) {
    .ifag-kf-item {
        padding: 25px 15px;
        min-height: 160px;
    }
    .ifag-kf-number {
        font-size: 28px;
    }
    .ifag-kf-suffix {
        font-size: 16px;
    }
}
