#post-content .instagram-media {
  margin: auto !important;
  margin-bottom: 20px !important;
}

#post-content a {
  text-decoration: underline;
  color: #0072ce;
}

#post-content h2 {
  font-size: 3.1rem;
  font-weight: bold;
}

#post-content h3 {
  font-size: 2.9rem;
  font-weight: bold;
}

#post-content h4 {
  font-size: 2.8rem;
  font-weight: bold;
}

#post-content h5 {
  font-size: 2.6rem;
  font-weight: bold;
}

#post-content h6 {
  font-size: 2.4rem;
  font-weight: bold;
}

#post-content p {
  margin-bottom: 0.8rem;
}

#post-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#post-content ul li {
  list-style: disc;
  line-height: 2.2rem;
}


#post-content .post-hero {
  /* min-height: 30rem !important; */
}

.coupon {
  justify-content: center;
}

#coupons-container .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

#coupons-container .coupon {
  /* width: 15rem; */
}

#coupons-container.coupons-2 .owl-carousel .owl-stage,
#coupons-container.coupons-4 .owl-carousel .owl-stage {
  margin: auto;
}

#coupons-container.coupons-2 .coupon {
  width: 100%;
}
#coupons-container.coupons-2 .coupon .brand {
  font-size: 1.4rem;
}

#coupons-container.coupons-3 .coupon .c-heading {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

#coupons-container.coupons-3 .coupon .brand {
  font-size: 1.4rem;
}

#coupons-container .post-content .coupon .get-deal-btn {
  width: 60%;
}

.coupon.coupon-inline {
  width: fit-content;
  margin: auto;
  text-align: center;
  margin-bottom: 1.2rem;
}

.coupon.coupon-inline .get-deal-btn {
  display: block !important;
  margin: auto !important;
  margin-top: 14px !important;
}

.coupon img:hover,
.coupon .get-deal-btn:hover {
  cursor: pointer;
}

#post-content .twitter-tweet,
#post-content .twitter-tweet-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}


@media screen and (min-width: 992px) {
  #coupons-container.coupons-3 .owl-nav {
    display: none !important;
  }

  #coupons-container.coupons-3 .coupon {
    /* width: 300px; */
  }
}

@media (min-width: 1200px) {
  #post-content .post-hero {
    height: calc(100% + 20px) !important;
  }

  #coupons-container.coupons-4 .coupon {
    text-align: center !important;
  }
  #coupons-container.coupons-4 .coupon img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* @media (min-width: 1400px) {
      #post-content .post-hero {
        height: 576px !important;
      }
    } */


@media (max-width: 992px) {
  #coupons-container.coupons-2 .coupon {
    width: 400px;
  }

  #coupons-container.coupons-2 .coupon img {
    max-height: none !important;
  }
}
@media (max-width: 1200px) {
  #post-content .post-hero {
    height: calc(100% + 20px) !important;
    max-height: none !important;
  }
}
