.cc_overlay_lock { background: rgba(0,0,0,0.3)!important }
.rte_container .contentwrapper { display: flex; flex-wrap: wrap; }
.rte_container .contentwrapper .textwrapper,
.rte_container .contentwrapper img { width: 50%; }
.rte_container .contentwrapper .textwrapper { padding-right: 25px; box-sizing: border-box;}
.rte_container .contentwrapper img { align-self: center; }
footer.main i:before { display: none; }
footer.main i, footer.main i a { font-size: 18px; }

@media screen and (max-width: 800px) {
.contentwrapper .textwrapper,
.contentwrapper img { width: 100%; }

.contentwrapper .textwrapper { padding-right: 0; margin-bottom: 25px; }
}