.h-body-card {
    max-height: 200px;
}

.mh-100 {
    min-height: 100%;
}

.w-img {
    width:25rem; 
    overflow:hidden;
}

.align-link {
    align-content: flex-end;
}

.mh-fit {
    max-height: fit-content;
}

.size-title {
    font-size: 1rem;
}

.row-images {
    row-gap: 50px;
    column-gap: 30px;
}