.text-box-with-image{display:flex}.text-box-with-image .text-box{display:flex;flex-direction:column;justify-content:center;width:50%;padding:0 3em;margin:50px 0}.text-box-with-image .image{width:50%}@media(max-width:767px){.text-box-with-image{flex-direction:column;padding:0 20px}.text-box-with-image .text-box,.text-box-with-image .image{width:100%}.text-box-with-image .text-box{background:transparent !important;padding:0}.text-box-with-image .image img{width:100%;height:100%}}