.cards{display:grid;gap:25px;grid-template-columns:calc(33.33% - 16.66667px) calc(33.34% - 16.66667px) calc(33.33% - 16.66667px)}.cards__card{background-color:#f2f2f2;border-radius:0!important;clip-path:polygon(0 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%)}.cards__card.card{display:flex;flex-direction:column}.card__image{border-radius:0!important;clip-path:polygon(0 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%);margin:0 auto;object-fit:cover;width:100%}.card__text{font-family:Schibsted Grotesk,sans-serif;font-size:16px;font-weight:200;margin:0 auto;padding:2rem;width:100%}.card__text h3{color:#6638b6;font-size:30px;line-height:1.1;margin-bottom:10px}.card__button{width:100%}.cards .button{background-color:#333;padding:15px 0;width:100%}.card__button a{padding-left:15px;padding-right:15px}.cards .button:hover{opacity:.7}.card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between}@media screen and (min-width:992px){.card__text{padding:2rem}.card__image{height:250px;object-position:0 -70px}}@media screen and (max-width:991.99px){.card__text{padding:1rem}.card__button{padding:0 1rem 2rem}}@media screen and (min-width:768px) and (max-width:991.99px){.card__text ul{padding-left:1rem}.card__image{height:250px}}@media screen and (max-width:768px){.cards{display:block;width:100%}.cards__card{margin-bottom:20px;width:100%}.card__image{height:250px}}