/* keep card buttons at the bottom of the card */
/* buttons need to be placed outside of the text-box */

/* .resouces .col-inner {
    padding-bottom: 20px !important;
    height: 100%;
}

.resouces .button {
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    margin-block-start: 30px;
} */


.resources .box-image .image-cover {
    border: 1px solid var(--primary-color);
}