#promotions {
	text-align: center;
}
#promotions .h2-blue {
	color: #4765a0;
}
#promotions .coupon {
	margin: 0 5px 25px 0;
	padding: 12px;
	border: 2px dashed #b9b9b9;
}
#promotions .discount {
	font-size: 32px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 10px;
}
#promotions .description {
	font-size: 16px;
	font-weight: 400;
	padding: 25px 15px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}
#promotions .code {
	margin: 20px 0 0 0;
	font-size: 11px;
	font-weight: 400;
}
#promotions .code p {
	margin: 0;
	padding: 0;
}
#promotions .code span {
	font-size: 30px;
	font-weight: 600;
}
#promotions .button {
	margin: 8px 0 5px 0;
}
#promotions .button button {
	padding: 8px 30px;
}





