.services{
	color: white;
	width: 100vw;
	padding: 50px 50px 50px 50px;
	background-size: cover;
	background-position: center;

}


.services h1{
	font-size: 25px;
	margin-bottom: 30px;
}

.services p{
	font-size: 16px;
	text-align: justify;
}

.services .panel{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 50px;
	padding: 10px;
}

.services .panel .case{
	width: 20vw;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	background-color: rgba(12, 33, 54, 0.8);
	color: white;
	padding: 20px;
	border-radius: 10px;
	height: 350px;
}

.services .case img{
	padding: 15px 15px;
	width: 128px;
	height: 128px;
}

.services .case h5{
	
	font-size: 16px;
	text-align: center;
	
}


.services .case p{
	text-align: justify;
	font-size: 14px;
}

.services .case p a{
	font-style: italic;
	color: white;
	
}


.services .end{
	margin-top: 20px;
}



@media (max-width:768px)
{
.services{
	padding: 20px 10px 10px 10px;
}


.services h1{
	font-size: 18px;
	margin-bottom: 15px;	
}

.services .panel{
	flex-direction: column;
	justify-content: center;
}


.services .panel .case{
	width: 90vw;
	margin: 20px 20px;
}


	
	
}