.references-snippet {
    text-decoration: none;
    display: block;
} 

.references-snippet__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 67%;
    background-color: #eee;
}

.references-snippet__label {
    font-size: 15px;
    text-decoration: none;
    color: #002147;
    font-family: 'Inter', sans-serif;
    margin-top: 7px;
    font-weight: 600;
}

@media (min-width: 1600px) {
    .references-grid__label {
        font-size: 16px;
    }
}
