.img-txt-grid{align-items:center;display:flex;flex-direction:row;gap:1rem}.img-txt-grid.reverse{flex-direction:row-reverse}.img-txt-grid .image,.img-txt-grid .text{flex:1 1 50%}@media (max-width:768px){.img-txt-grid,.img-txt-grid.reverse{flex-direction:column}.img-txt-grid .image{margin-bottom:1rem;order:0;width:100%}.img-txt-grid .text{order:1;width:100%}}