.page-promotions-and-coupons .site-main {
  background: #231F20;
  padding: 3rem 1rem 2rem;
}
.page-promotions-and-coupons .intro {
  max-width: 44rem;
  margin: 0 auto;
}
.page-promotions-and-coupons .intro h2 {
  color: #FFFFFF;
  margin: 0;
}
.page-promotions-and-coupons .intro hr {
  margin: 1.1rem auto 0;
}
.page-promotions-and-coupons .promotions-block {
  display: block;
  max-width: 44rem;
  margin: 0 auto;
}
.page-promotions-and-coupons .promotions-block.animate .card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page-promotions-and-coupons .promotions-block .card {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 1s 0.3s ease;
}
.page-promotions-and-coupons .card {
  padding: 2.6rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  justify-content: space-between;
}
.page-promotions-and-coupons .card .title,
.page-promotions-and-coupons .card p {
  color: #FFFFFF;
}
.page-promotions-and-coupons .card a {
  color: #DB0032;
  text-decoration: underline;
}
.page-promotions-and-coupons .card:last-of-type {
  border-bottom: 0;
}
.page-promotions-and-coupons .card .img-wrapper {
  flex: 1 1 40%;
  max-width: 40%;
  padding-right: 2rem;
}
.page-promotions-and-coupons .card .img-wrapper img {
  border: 0.2rem solid #FFFFFF;
  width: 100%;
}
.page-promotions-and-coupons .card .text-wrapper {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 1rem 0;
}
@media (min-width: 800px) {
  .page-promotions-and-coupons .site-main {
    padding: 6rem 1rem 4rem;
  }
}

.single-promotions .site-main {
  background: #FBF4ED;
}
.single-promotions .promotions {
  padding: 4rem 0;
}
.single-promotions .promotions .category {
  color: #DB0032;
  font-size: 1.1rem;
}
.single-promotions .post-thumbnail {
  padding: 0 1rem;
  max-width: 82rem;
  margin: 0 auto 2rem;
}
.single-promotions .post-thumbnail img {
  margin: 0 auto;
  border: 0.3rem solid #FFFFFF;
}

/*# sourceMappingURL=promotions.min.css.map */
