/* Pricing interested */
#pricing-interested {
	padding: 36px 0 26px 0;
	text-align: center;
}

/*#pricing-interested .pricing-interested-content h2 {
	padding-bottom: 19px;
}*/

#pricing-interested .pricing-interested-content p {
	margin-top: 25px;
	font-size: 1rem;
	line-height: 1.125rem;
}

#pricing-interested .pricing-interested-content h2 + p {
	margin-top: 0;
	margin-bottom: 19px;
}

#pricing-interested .pricing-interested-content a {
	color: #192a35;
}

#pricing-interested .pricing-interested-content a:hover,
#pricing-interested .pricing-interested-content a:focus {
	text-decoration: none;
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* Pricing interested */
	#pricing-interested {
		padding: 30px 0 18px 0;
	}

	/*#pricing-interested .pricing-interested-content h2 {
		padding-bottom: 10px;
	}*/

	#pricing-interested .pricing-interested-content p {
		margin-top: 21px;
		font-size: .9375rem;
		line-height: 1.0625rem;
	}

	#pricing-interested .pricing-interested-content h2 + p {
		margin-top: 0;
		margin-bottom: 10px;
	}
}

/* Responsive phone */
@media (max-width: 576px) {

	/* Pricing interested */
	#pricing-interested {
		padding: 30px 0 22px 0;
	}

	/*#pricing-interested .pricing-interested-content h2 {
		padding-bottom: 11px;
	}*/

	#pricing-interested .pricing-interested-content p {
		margin-top: 19px;
		font-size: .875rem;
		line-height: 1rem;
	}

	#pricing-interested .pricing-interested-content h2 + p {
		margin-top: 0;
		margin-bottom: 11px;
	}
}