/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.coupon-description {
	color: black!important;
	text-shadow: none!important;
}

.coupon-title {
    color: black!important;
	text-shadow: none!important;
}

.coupon-wrapper.coupon-style-modern .coupon-single {
    height: 100%!important;
    min-height: 250px;
    margin: 25px;
    border-radius: 20px;
    border: 4px dashed black;
}

@media (max-width:1200px) {

.mobile-hide{
	display: none!important;
 }
}