<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter-list .badge {
    margin-right: 10px;
}


.filter-bar{
    background-color: rgb(246, 246, 247);
}

.feature.feature-1 a {
    background-color: rgb(246, 246, 247);
}

.card.card-1.boxed.boxed--sm.boxed--border .card__top {
    height: 7em;
}

div[class^="remove-filter-"]::before {
    content: '\00D7';
    font-size: 1.7em;
    cursor: pointer;
}
div[class^="remove-filter-"] {
    display : inline;
    padding-left : 10px;
    cursor: pointer;
}

.resource-items {
    display: grid;
    grid-gap: 20px;
}

.res-img{
    /* min-height:300px; */
}

@media screen and (min-width : 1200px){
    .resource-items {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width : 1200px){
    .resource-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width : 992px){
    .resource-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width : 768px){
    .resource-items {
        grid-template-columns: repeat(1, 1fr);
    }
}</pre></body></html>