.cont-text .contentImage {
	border-width: 3px;
	border-color: #EDE779;
	border-style: solid;
	width: auto;
	float: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.cont-text .content-image {
	margin-top: 0px;
	width: 20%;
	float: right;
}
.cont-text .contentTitle {
	margin-top: 0px;
	width: 79%;
	float: right;
}
.cont-text .contentText {
	display: inline-block;
	width: 100%;
}

@media (max-width: 991px) {
 .cont-text .content-image {
	width: 100%;
	text-align: center;
 } 
 .cont-text .contentImage {
	float: none;
 }   
 .cont-text .contentTitle {
	width: 100%;
	text-align: center;
 }
}/*@media*/
