.ce-textimage{
	max-width: 1240px;
    margin: 0 auto 50px;
    padding: 0 180px;
}
.ce-textimage:after{
	clear: both;
    content: "";
    display: block;
    height: 0;
}
.ce-textimage .img{
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding-left: 10px;
}
.ce-textimage .img p{
	font-size: 12px;
	margin-top: 5px;
}
.ce-textimage .img img{
	width: 100%;
	height: auto;
	display: block;
}
.ce-textimage .text{
	float: left;
	padding-right: 10px;
	width: 66.6666%;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    box-sizing:  border-box;
}
@media screen and (max-width: 1380px) {
    .ce-textimage{
        max-width: 90%;
        padding: 0;
    }
}
@media screen and (max-width: 750px) {
    .ce-textimage .text{
        -moz-column-count: 1;
        width: 50%;
    }
    .ce-textimage .img{
    	width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .ce-textimage .text{
        width: 100%;
        padding-right:0;
    }
    .ce-textimage .img{
    	width: 100%;
    	padding-left:0;
    }
}