.cards{display:flex;flex-direction:row;flex-wrap:wrap}.cards .card{padding:2em 2em 3em;border-radius:20px;box-shadow:0px 2px 4px rgba(0,0,0,0.15),0px 7px 25px rgba(0,0,0,0.1);text-align:center;width:31%;margin-right:3%;background:#fff;margin-top:1em;margin-bottom:1em;position:relative}.cards .card:nth-child(3n){margin-right:0}.cards.four .card{width:23.5%;margin-right:2%}.cards.four .card:nth-child(4n){margin-right:0}.cards.four .card:nth-child(3n){margin-right:2%}.cards .card>img{margin-bottom:1.5em}.cards .card a{position:absolute;bottom:2em;left:0;right:0;margin-left:auto;margin-right:auto}@media(max-width:768px){.cards .card{width:100%;margin-right:0;margin-bottom:1.5em}.cards.four .card{width:100%;margin-right:0}.cards.four .card:nth-child(3n){margin-right:0}}