.bentoBox{grid-gap:20px;display:grid}.bentoBox .bentoBoxItem{background:#f5f5f5;border-radius:24px;padding:30px}.bentoBox+.bentoBox{margin-top:20px}.bentoBox .bentoBoxItem{display:flex;flex-direction:column;gap:20px}.bentoBox .bentoBoxItem>header{display:flex;flex-direction:column-reverse;gap:10px}.bentoBox .bentoBoxItem>header h3{color:var(--colorPrimary);font-family:var(--fontCondensed);font-size:32px;font-weight:900;text-transform:uppercase}@media (min-width:768px){.bentoBox .bentoBoxItem>header h3{font-size:40px}}.bentoBox .bentoBoxItem>header h4{color:var(--colorHeading);font-size:16px}@media (min-width:768px){.bentoBox .bentoBoxItem>header h4{font-size:20px}.bentoBox{grid-template-columns:var(--tablet-ratio)}}@media (min-width:960px){.bentoBox{grid-template-columns:var(--desktop-ratio)}}
