//	Schedule Now
.schedule-now {
	text-align: center;
	padding: 2em 3em 3em;
	margin: 2em 0;
	border: 2px solid $base-accent-color;

	p {
		margin-bottom: 2em;
	}

	p:last-child {
		margin-bottom: 0;
	}

	i {
		color: $base-accent-color;
	}
}
