.cards{display:grid;grid-gap:30px;overflow:hidden}@media (min-width:990px){.cards{grid-gap:60px}}.cards__item{position:relative;padding:min(3em,15%) 1.5em;background:#f3f0e9;z-index:1}@media (min-width:990px){.cards__item{padding:2.5em}}@media (min-width:1440px){.cards__item{padding:min(5em,15%)}}@media (min-width:990px){.cards__item .heading{max-width:50ch}}@media (min-width:990px){.cards__item .button-row,.cards__item .text{max-width:55ch}}.cards__item:before{content:"";display:inline-block;background-repeat:no-repeat;background-position:100%;background-size:cover;opacity:.15;background-image:url(/wp-content/themes/via-annelies/assets/images/wave.svg);height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;z-index:-1}@media (min-width:990px){.cards__item:before{opacity:.5;width:40%}}