.coupon {padding: 30px;width: auto;text-align: center;position: relative;z-index: 3;}
.coupon:before {content: '';display: block;width: auto;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: -1;background: white;}
.coupon:after {content: '';display: block;width: auto;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: -1;border: 3px dashed #f5266e;}
.coupon-head {font-weight: 600;font-size: 1.2em;}
.coupon-price {font-size: 2.4em;font-weight: 600;color: #de2a70; text-shadow: 2px 2px #e8dd27;}
.coupon-fat-text {font-weight: 600;font-size: 1.1em;}
.coupon-small-print {font-style: italic;margin: 10px 0;}
.coupon-expiration {font-weight: 600;}

.border-pink{border:10px solid #d75a13; border-radius: 5px;}

