body{
	color: #041b3a;
}

#services{
	width: 80%;
	margin: auto;
	margin-top: 1em;
	padding: 5px;
	text-align: center;
	color: #fff;
	background-color: #041b3a;
}

#services p{
	font-size: 18px;
	width: 75%;
	margin: auto;
}

#serviceList{
	width: 80%;
	margin: auto;
	margin-top: 0;
	padding: 5px;
	display: flex;
	justify-content: space-around;
	font-size: 22px;
	background-color: lightgray;
}

#serviceList ul{
	list-style-type: none;
}

@media screen and (max-width: 640px) {
	#services, #serviceList{
		width: 95%;
	}

	#serviceList{
		display: block;
		margin-bottom: 1em;
	}
}