@media (min-width: 800px) {
    .content-cluster .card--min {
        width: calc(100% / 4 - 1.4rem)!important;
    }
}

.content-cluster .card--min {
    width: 100%;
    text-align: center;
    margin: .5rem;
    color: #343a40;
}
.content-cluster .card {
    border: 1px solid #dbdbdb;
    border-radius: .5rem;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    padding: .5rem;
    display: inline-flex;
}
.content-cluster .card a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #f50000;
    width: 100%;
}
 
.content-cluster .card .as__btn--theme {
    padding: .5rem 1rem;
    border-radius: .3rem;
    align-self: center;
    margin: 0;
    background-color: #ff4c4c;
    color: #fff;
    width: max-content;
}
.content-cluster .card__title {
    margin: 10px 0px 5px!important;
    line-height: 1.2;
    font-size: 1.3rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid #ccc;
    color: #212121;
}

.content-cluster .card img {
    min-width: 100px;
    min-height: 60px;
    height: 100px !important;
    width: 100%;
}
 