.specials .coupon-print-outer {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
}

.coupon-inner p {
    margin-bottom: 10px;
}

.coupon-row {
	width: auto!important;
}

@media screen and (max-width: 991px) {
.promotions-page-container .coupon {
    width: 50%;
}
}

@media screen and (max-width: 768px) {
.promotions-page-container .coupon {
    width: 100%;
}
}