.bentoBox{display:grid;grid-gap:20px}.bentoBox .bentoBoxItem{padding:30px;background:#f5f5f5;border-radius:24px}.bentoBox+.bentoBox{margin-top:20px}.bentoBox .bentoBoxItem{-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.bentoBox .bentoBoxItem,.bentoBox .bentoBoxItem>header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical}.bentoBox .bentoBoxItem>header{-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:10px}.bentoBox .bentoBoxItem>header h3{font-family:SofiaProBlackCondensed,SofiaPro;color:#e31270;text-transform:uppercase;font-size:32px}@media (min-width:768px){.bentoBox .bentoBoxItem>header h3{font-size:40px}}.bentoBox .bentoBoxItem>header h4{color:#1d1e3c;font-size:16px}@media (min-width:768px){.bentoBox .bentoBoxItem>header h4{font-size:20px}}@media (min-width:768px){.bentoBox{grid-template-columns:var(--tablet-ratio)}}@media (min-width:960px){.bentoBox{grid-template-columns:var(--desktop-ratio)}}