.img-txt{font-size:18px;font-weight:300;margin:100px 0}.img-txt__container{width:95%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.img-txt__container--reverse{flex-direction:row-reverse}.img-txt__image{width:calc(50% - 30px);position:relative;background:no-repeat 50% 50%/cover}.img-txt__image__img{width:100%;display:block}.img-txt__image__overlay{position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(rgba(26,71,92,0.08),rgba(26,71,92,0.5))}.img-txt__text{width:calc(50% - 30px)}.img-txt h2{margin-top:0}.img-txt p{margin:1.2em 0}@media only screen and (max-width:767px){.img-txt__container{flex-direction:column-reverse;padding:0 5%}.img-txt__image{width:100%;max-width:500px;margin:20px auto auto}.img-txt__text{width:100%}}