.feature-card .feature-lead {
    color: var(--text-primary);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    text-align: center;
}

.feature-card .feature-highlights {
    max-width: none;
    margin-bottom: 1.25rem;
    gap: 0.35rem;
}

.feature-card .highlight-item {
    padding: 0.15rem 0;
    gap: 0.6rem;
}

.feature-card .highlight-item span {
    line-height: 1.4;
}

.feature-card .feature-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding-top: 0.5rem;
}

.feature-card .feature-keywords span {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(32, 75, 123, 0.08);
    border: 1px solid rgba(32, 75, 123, 0.14);
    border-radius: 2rem;
    padding: 0.3rem 0.75rem;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .feature-card .feature-keywords span {
        white-space: normal;
        text-align: center;
        font-size: 0.7rem;
    }
}

.col-lg-8 {
    min-height: 620px;
}

@media (max-width: 991px) {
    .col-lg-8 {
        min-height: 0;
    }

    .feature-card img {
        height: 220px;
    }
}
