.box-with-image-section .boxes{display:flex;flex-direction:column;gap:.625rem}.box-with-image-section .boxes .box{align-items:start;background-color:var(--brand-secondary-color);border-radius:var(--brand-sm-border-radius);display:flex;gap:2rem;padding:2rem}.box-with-image-section .boxes .box h3{margin-top:0}.box-with-image-section .boxes .box img{max-width:130px}.box-with-image-section .boxes .box .box-content p:last-child{margin-bottom:0}@media (max-width:768px){.box-with-image-section .boxes .box{flex-direction:column;gap:1.25rem;padding:1rem}}