
.featured-card-grid {
    font-size: 0.875em;
    text-align: center;
}

.featured-card-grid > .card {
    height: 100%;
}

.featured-card-grid a {
    text-decoration: none;
    color: var(--text-color);
    height: 100%;
}

.featured-card-grid .card-img-top.icon img {
    max-height: 100px;
    margin-top:2em;
} 

.featured-card-grid .card-img-top.image img {
    width:100%;
    height:250px;
    object-fit:cover;
}

.featured-card-grid h4 {
    font-size: var(--global--font-size-sm);
    margin-bottom: 0.5em;
} 