.serviceBox {
	width: 80%;
	margin: 50px 10% auto;
}

.serviceList {
	float: left;
	width: 30%;
	margin: 0 1.5%;
	transition: all 0.5s;
}

.serviceList h1 {
	min-height: 84px;
	color: rgb(10,113,254);
	transition: all 0.5s;
	word-break: break-all;
}

.serviceList p {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 735px) and (max-width: 1200px) {
	.serviceList h1 {
		min-height: 126px;
	}
}

@media only screen and (min-width: 540px) and (max-width: 735px) {
	.serviceList h1 {
		min-height: 168px;
	}
}

@media only screen and (max-width:540px) {
	.serviceList{
		width: 80%;
		margin: 0 10% auto;
	}
	
}