.image-text{display:grid;gap:30px;grid-template-columns:repeat(1,1fr);padding:0 15px}.image-text h2{margin-bottom:10px}.image-text .content-container{display:flex;flex-direction:column;justify-content:center;order:0}.image-text__image{width:100%}@media (min-width:996px){.image-text{grid-template-columns:repeat(2,1fr)}.image-text .content-container.image-right{order:1}}@media (min-width:1200px){.image-text{gap:40px}}