/* CARDS */
.img-thumbnail {
    height: 300px;
    border: 1px solid var(--border);
}

.fix-object {
    object-fit: cover;
    height: 200px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
