.services {
	width: 100%;
	height: 100%;
	padding: 0 2em 0 2em;
}

.services .intros {
	width: 93.4%;
	margin: 5em auto 0 auto;
}

.services .intro {
	width: 49%;
	background-color: rgba(255,255,255,0.95);
	padding: 2em;
	margin: 0 auto 0 auto;
}

.services .intro.it-solutions {
	float: left;
}
.services .intro.phone-systems {
	float: right;
}

.services .intro .title {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.services .intro .title i {
	color: #ff0000;
	margin-right: 0.25em;
}

.services .intro .equipment img {
	max-width: 100%;
	max-height: 100%;
}

.services .intro li {
	margin-top: 0.5em;
}

.services .intro .text {
	display: block;
	font-size: 1.25em;
}

.services .intro .vendors {
	text-align: center;
}

.services .intro .vendors img {
	max-width: 100%;
	max-height: 100%;
}

/* Mobile */

@media only screen and (max-width: 768px) {
	.services {
		width: 100%;
		padding: 0 0.5em 0 0.5em;
	}

	.services .intros {
		margin-top: 0;
	}

	.services .intro {
		width: 100%;
		padding: 1em;
	}

	.services .intro.it-solutions {
		float: none;
		margin-bottom: 1em;
	}
	.services .intro.phone-systems {
		float: none;
	}
}
