.contentpage-11 #content-wrap {display:flex;}
.contentpage-11 #content-wrap .content-text-wrap {width:960px;margin-right:20px;}
.contentpage-11 #content-images-wrap {width:calc(100% - 980px);}

@media screen and (max-width:1420px) and (min-width: 1180px){
#contentpage.contentpage-11 .content-text-wrap {width:calc(100% - 350px);}
#contentpage.contentpage-11 #content-images-wrap {width:350px;}
}

@media screen and (max-width:1180px) and (min-width: 800px){
#contentpage.contentpage-11 .content-text-wrap {width:calc(100% - 300px);}
#contentpage.contentpage-11 #content-images-wrap {width:300px;}
}

@media screen and (max-width: 800px){
#contentpage.contentpage-1.with-images #content-wrap {flex-direction:column;}
#contentpage.contentpage-1.with-images .content-text-wrap {width:100%;}
#contentpage.contentpage-1.with-images #content-images-wrap {width:100%;}
}






@media screen and (max-width: 800px){
.contentpage-11 #content-wrap{flex-direction:column;}
.contentpage-11 #content-wrap > *:not(:last-child) {margin-bottom:40px;}
.contentpage-11 #content-wrap .content-text-wrap, .contentpage-11 #content-images-wrap {width:100%;margin-right:0;}
}