.coupon-container{margin:30px auto}.coupon-container h1{text-align:center}.coupons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;width:100%;justify-content:center}.coupon{width:33%;border-radius:7px;border:5px dashed #521599;padding:.5rem;margin:.5rem}.coupon .show{display:none}.coupon:hover .coupon-wrapper{display:none}.coupon:hover .show{display:block}.coupon .coupon-wrapper{border-radius:4px;padding:1rem;background:rgba(256,256,256,.72)}.coupon .coupon-wrapper .top{text-align:center}.coupon .coupon-wrapper .top small{text-transform:uppercase;color:#521599;font-size:.8em!important}.coupon .coupon-wrapper .center{text-transform:uppercase;padding:1rem 0}.coupon .coupon-wrapper .center .big{font-size:32px;font-weight:900;line-height:1;color:#887c59}.coupon .coupon-wrapper .center .small{text-transform:uppercase;font-size:22px;font-weight:300}.coupon .coupon-wrapper .bottom{text-transform:uppercase}.coupon .coupon-wrapper .extra-high{padding:6px 0}.coupon .coupon-wrapper .bottom .promo-title{text-transform:uppercase;color:#fff}.coupon .coupon-wrapper .bottom .promo-code{background:#521599;color:#fff;display:inline-block;padding:3px 6px;border-radius:4px}.coupon{background:-moz-linear-gradient(310deg,#e3d5f2 0%,#fff 50%,#E3D5F2 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e3d5f2),color-stop(50%,#fff),color-stop(100%,#E3D5F2));background:-webkit-linear-gradient(310deg,#e3d5f2 0%,#fff 50%,#E3D5F2 100%);background:-o-linear-gradient(310deg,#e3d5f2 0%,#fff 50%,#E3D5F2 100%);background:-ms-linear-gradient(310deg,#e3d5f2 0%,#fff 50%,#E3D5F2 100%);background:linear-gradient(140deg,#e3d5f2 0%,#fff 50%,#E3D5F2 100%)}.flex-vertical{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.padding-1{padding:1rem}.coupon .bottom{background-color:#5d4f64;background-image:none;background-size:cover;padding:.2em;text-align:center;width:90%}@media screen and (max-width: 1060px){.coupon{width:48%}.coupons{width:98%;margin:0 auto}}@media screen and (max-width: 700px){.coupons{width:95%;display:block;margin:0 auto}.coupon{width:95%;margin-bottom:20px;height:220px}}