.bento-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bento-card{border-radius:16px;padding:24px;background:transparent;border:1px solid #eaeaea}.bento-card.highlight{background:#f7c10b}@media(max-width:1200px){.bento-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.bento-grid{grid-template-columns:1fr}}
