

.textimage_left {
width:40%;
float:left;
margin:0 20px 10px 0;
}


.textimage_right {
width:40%;
float:right;
margin:0 0 10px 20px;
}

.textimage {
width:80%;
float:right;
margin:0 auto 10px auto;
}





@media (max-width: 700px) {

.placeholder {
}

.textimage_left, .textimage_right {
width:100%;
float:auto;
margin: 0 0 10px 0;
}


}