.grid__products{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;justify-content:space-evenly;justify-items:stretch}.product-button{background-color:#fff;border:2px dashed #286ef1;border-radius:8px}.product-button a{align-items:center;color:#286ef1;display:flex;font-family:aktiv-grotesk-extended,sans-serif;font-size:1.2rem;justify-content:space-between;padding:1rem;text-decoration:none}.product-button img{height:80px;max-height:100%;max-width:100px;width:auto}@media screen and (max-width:1399px){.grid__products{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.grid__products{display:grid;grid-template-columns:repeat(1,1fr)}}