.m-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));justify-content:space-between}.m-cards.m-cards--scroll{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:1rem;scrollbar-color:var(--primary-color) transparent;scrollbar-width:thin}.m-cards--scroll::-webkit-scrollbar{height:8px}.m-cards--scroll::-webkit-scrollbar-track{background:transparent}.m-cards--scroll::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.m-cards__card{align-items:flex-start;display:flex;flex-wrap:wrap;max-width:100%;min-height:100%;position:relative;z-index:1}.m-card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.m-card__image{margin:0 auto;max-width:100%}.m-card__text{display:flex;flex-direction:column;height:100%;width:100%}.m-card__link{align-items:flex-end;display:flex;flex-grow:1;flex-wrap:wrap;padding:30px 0 0}.m-card__link span{width:100%}@media screen and (max-width:768px){.m-cards:not(.m-cards--scroll){flex-wrap:wrap;justify-content:center;place-items:center}.m-cards:not(.m-cards--scroll) .m-cards__card{width:100%}.m-card__image{height:100%}}