.bento-section{box-sizing:border-box;width:100%}.bento-content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between}.bento-content.reverse{flex-direction:row-reverse}.bento-text{flex:1 1 300px;text-align:left}.bento-image{display:flex;flex:1 1 300px;justify-content:center}.bento-image img{border-radius:10px;height:auto;max-width:100%}@media (max-width:768px){.bento-content,.bento-content.reverse{flex-direction:column}.bento-image,.bento-text{flex:1 1 100%;text-align:center}.bento-text{text-align:left}}