.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-img-body {
  background-color: #FAFAFA;
  height: 90px;
  padding: 10px;
}
.card-body {
  padding: 25px;
  transition:0.4s all;
     background:#fff;
}
.card-img-body img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}
.coupon-body{
     padding: 17px 20px;
     transition:0.4s all;
     background:#fff;
}

.card-title {
  font-weight: bold;
}
.card-text {
  font-size: 2.5rem;
  color: #380033;
  font-weight: 800;
}
.coupon-text{
     font-size: 2.25rem;
     color: #380033;
     font-weight: 900;
     text-align: center;
     line-height: 37px;
}
.save-text{
    text-align: left;
    width: 150px;
}

.section-bg{
    background: #c2fffa54;
}

.coupon-box {
    height: 225px;
    overflow: hidden;
}

.coupon-box .coupon-btn{
    opacity:0;
}
.coupon-box:hover .coupon-body {
    transform: translateY(-24%);
}
.coupon-box:hover .coupon-btn {
    opacity: 1;
}
.coupon-btn{
    background-color: #380033 !important;
    color: #FFF !important;
    border: 2px solid var(--primary_col);
    font-weight: 500;
    transition:0.3s all;
}
.coupon-btn:hover {
    background: #008F83 !important;
    border: 2px solid #008F83;
}

@media (max-width: 767px) {
    .card-img-top {
        height: 150px;
      }
    .popular-coupon-box,.coupon-box {
      height:auto;
    }
    .popular-coupon-box .card-img-body {
        min-height: 65px;
    }
    .popular-coupon-box .coupon-btn,.coupon-box .coupon-btn{
       opacity:1;
       font-size: 14px;
   }
   .coupon-box:hover .coupon-body{
        transform:unset;
    }
   .card-img-body {
         padding: 0rem 3rem; 
    }
}
