.col{
	width: 100%;
}
.col img{
	width:100%;

}

.half{
	width: 50%;
	float: left;
}

.half p{
	margin-left: 10px;
	text-align: justify;
	font-size: 17px;
}

.half ol{
	text-align: justify;
}

.half img{
	width: auto;
	margin:50px 0 0 50px;
	border:5px solid #5A6D7C; 
}

@media screen and (max-width : 860px){
	
	.col img{
		width: 100%;

	}

	.half {
		width: 100%;
		display: contents;


	}
	.half img{
		float: left;
		width: 100%;
		margin: 0;
		border:1px solid #5A6D7C;
	}
}