//	Support
.residential-service-coupon {
	padding: 2em;
	margin: 2rem auto;
	width: 600px;
	max-width: 90%;
	border: 4px dashed $base-accent-color;

	img {
		display: block;
		max-width: 80%;
		height: auto;
		margin: 0 auto 1rem;
	}

	p.promo {
		color: $base-accent-color;
		font-size: 2.35rem;
		letter-spacing: -2px;
		line-height: 1.2;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	p.title {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
	}

	p:last-child {
		font-size: .85em;

		a {
			border-bottom: 1px dashed;

			&:hover {
				border-bottom-style: solid;
			}
		}
	}
}
