.cards__grid{display:grid;gap:30px;grid-template-columns:repeat(4,minmax(0,auto));justify-items:center}.cards__grid-2,.cards__grid-3{display:flex;gap:30px}.cards__grid-2 .cards__item{max-width:545px;width:100%}.cards__grid-3 .cards__item{max-width:370px;width:100%}.cards__image--background{border-radius:8px;height:170px}.cards__image-image{max-height:53px;max-width:320px;object-fit:contain}@media only screen and (max-width:991px){.cards__grid{grid-template-columns:repeat(2,minmax(0,auto))}.cards__grid-3{flex-wrap:wrap}}@media only screen and (max-width:767px){.cards__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.cards__item{max-width:360px!important}.cards__grid-2{flex-wrap:wrap}}