div.text-img-wrapper{display:flex;justify-content:space-between;margin:auto;max-width:100%;padding:0}div.text-img-wrapper.reverse{flex-direction:row-reverse}.text-img-wrapper .content,.text-img-wrapper .img-wrapper{display:flex;justify-content:center;width:48%}.text-img-wrapper .content{flex-direction:column}.text-img-wrapper .content h2{text-align:center}.text-img-wrapper .content .cta-wrapper{display:flex;justify-content:center;width:100%}.text-img-wrapper .img-wrapper img{object-fit:contain}a.cta{background:#a22f15;border-radius:5px;color:#fff;font-weight:600;letter-spacing:1px;line-height:1.5em;padding:10px;text-align:center;text-transform:uppercase}@media screen and (max-width:1024px){div.text-img-wrapper{flex-direction:column}div.text-img-wrapper.reverse{flex-direction:column-reverse}.text-img-wrapper .content,.text-img-wrapper .img-wrapper{width:100%}}