.ContentBody{
	background-color: #f5f5f5;
}
.ServiceTitleImg{
	width: 100%;
	position: relative;
}
.ServiceTitleImg>img{
	width: 100%;
}
.ServiceTitleImg>h1{
	position: absolute;
	top:100px;
	left: 80px;
	font-size: 3em;
	color: #ffffff;
}
.Service{
	padding:  25px 100px;
}
.ContentService{
	border-bottom: 1px solid #2c3e50;
	padding: 10px;
}
.ItemsService>ul{
	padding-left: 50px;
}
.ItemsService>.BtnService{
	padding-top: 15px;
}

.BtnService>.BtnLeer{
	border-radius: 5px;
	border: 1px solid #003366;
	/*border: 1px solid #D9AA0B;*/
	color: #636e72;
	text-decoration: none;
	padding: 5px;
}
.BtnService>.BtnLeer:hover{
	background-color: #003366;
	color: #f3f3f3;
}

.ServiceImg>img{
	width: 70%;
}
.ContentService{
	display: flex;
	justify-content: space-between;
}
/*Responsive*/
@media screen and (max-width: 800px) {
	.Service{
		padding:  25px 10px;
	}

	.ItemsService>ul{
		width: 100%;
		padding-left: 20px;
	}
	.ServiceTitleImg>img{
		width: 100%;
	}
	.ServiceTitleImg>h1{
		position: absolute;
		top:20px;
		left: 20px;
		font-size: 1.5em;
		color: #ffffff;
	}
}
@media screen and (max-width: 447px) {
	
	.ServiceTitleImg>img{
		width: 100%;
	}
	.ServiceTitleImg>h1{
		position: absolute;
		top:20px;
		left: 20px;
		font-size: 1.5em;
		color: #ffffff;
	}
}
	@media screen and (max-width: 360px) {
	.ServiceTitleImg>img{
		width: 100%;
	}
	.ServiceTitleImg>h1{
		position: absolute;
		top:10px;
		left: 20px;
		font-size: 1.5em;
		color: #ffffff;
	}

}