.services{
	color: white;
	width: 100vw;
	background-color: #2d5883;
	padding: 75px 50px 50px 50px;
}



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

.head p{
	font-size: 16px
}

.services .body {
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.body .service{
	width: 18vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
} 

.service img{
	width: 80px;
	height: 80px;
	padding-bottom: 15px;
}

.service h5{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}

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

.services .foot{
	margin-top: 40px;
	text-align: center;
}

.foot button{
	height: 40px;
	width: 200px;
	color: white;
	background-color: #FF0000;
	border: 0;
	font-size: 16px;
}


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

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


.head p{
	font-size: 14px
}


.services .body {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.body .service{
	width: 95vw;
	margin: 15px 0 15px 0;
}

.service img{
	width: 64px;
	height: 64px;
	padding-bottom: 8px;
}


.service h5{
	font-size: 14px;
	margin-bottom: 8px;
}

.service p{
	font-size: 14px;
}

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


.foot button{
	height: 30px;
	width: 150px;
	color: white;
	background-color: #FF0000;
	border: 0;
	font-size: 14px;
}



	
}