.cards{display:flex;flex-direction:row;flex-wrap:wrap}.cards .card{background:#fff;border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,.15),0 7px 25px rgba(0,0,0,.1);margin-bottom:1em;margin-right:3%;margin-top:1em;padding:2em 2em 3em;position:relative;text-align:center;width:31%}.cards .card:nth-child(3n){margin-right:0}.cards.one .card{margin-right:2%;width:100%}.cards.two .card{margin-right:2%;width:50%}.cards.four .card{margin-right:2%;width:23.5%}.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{bottom:2em;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0}@media(max-width:768px){.cards .card{margin-bottom:1.5em}.cards .card,.cards.four .card{margin-right:0;width:100%}.cards.four .card:nth-child(3n){margin-right:0}}.cards__image{border-radius:17px;height:170px;margin:24px auto 71px;overflow:hidden;position:relative;transform:rotate(45deg);width:170px}.cards__image img{height:254px!important;left:-50px;max-width:unset!important;object-fit:cover;object-position:center;position:absolute;top:-50px;transform:rotate(-45deg);width:254px}