.service-cta {
	line-height: 100px;
	padding-left: 30px;
}

.z-button.service-button {
	float: right;
	margin-top: 28px;
	margin-bottom: 28px;
	margin-right: 30px;
	background-color: #FF0000;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 0 2em;
	line-height: 2.5em;
}

@media screen and (max-width: 1362px) {
	.service-cta-container {
		text-align: center;
	}
	.service-cta {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	.z-button.service-button {
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}
