.col{
	width:100%;

}
.col img{
	width:100%;

}
.col-half{
	width: 50%;
	float: left;
}
.col-half ul{
	text-align:justify;
	font-size:17px; 
}

.col-half img{
	width: 60%;
	margin: 50px;
	border:5px solid #5A6D7C; 
}

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

	.col img{
		width: 100%;

	}

	.col-half ul{
		width: 80%;
		display: contents;
		marker:0; 


	}
	.col-half img{
		width: 100%;
		border:none;
		margin: 0; 
	}
}