.promo-card p {
  font-size: 19px;
}
img {
  image-rendering:crisp-edges;
}
.promo-top-banner {
  background: #F9F9F9;
  padding: 50px;
}
.prm-banner-image{
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.prm-author {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 100%;
  background: #aaa;
  display: grid;
  place-items: center;
  border:1px solid #aaa;
}
.prm-author img{
  height: 60px;
  object-fit: cover;
}
.prm-title {
  font-size: 35px;
  font-family: 'LibreBaskerville', sans-seriff;
  line-height: normal;
}
.prm-bold-heading {
  font-size: 35px;
  font-family: 'SFProDisplayHeavy', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: normal;
}
.light-heading, .category-hero p:first-of-type {
  font-family: 'PlayfairDisplay', sans-serif !important;
  font-size: 30px !important;
  line-height: 40px !important;
}
.light-heading-bold {
  font-family: 'LibreBaskerville', sans-seriff;
  font-size: 25px;
  line-height: 35px;
}
.light-subheading {
  font-family: 'LibreBaskerville', sans-seriff;
  font-size: 32px;
  line-height: 42px;
}
.banner-header {
  font-family: 'LibreBaskerville', sans-seriff;
  font-size: 20px;
  line-height: normal;
}
.banner-subheader {
  font-family: 'LibreBaskerville', sans-seriff;
  font-size: 17px;
  line-height: normal;
}
.bg-light-blue {
  background-color: #C8E8EC;
  padding: 30px;
}
.promo-bottles {
  width: 80%;
}
.promo-card p > span{
  display: grid;
  width: 100%;
  font-size: 13px;
  color: #9a9a9a !important;
  margin-bottom: 8px;
}
.promo-card p > span img {
  width: 100%;
  margin-bottom: 8px;
  object-fit: contain;
}
.picture-point {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
.picture-point .img{
  margin-right: 20px;
}
.picture-point img{
  width: 100%;
  min-width: 80px;
  object-fit: contain;
}
.picture-point h5 {
  font-family: 'LibreBaskerville', sans-serif;
  font-size: 25px;
  margin-bottom: 5px;
}
.prm-card {
  padding: 20px 40px;
  border-radius: 15px;
  border: 1px solid #eee;
  overflow: hidden;
}
.checklist {
  list-style: none;
  padding-left: 10px;
}
.checklist li {
  margin-bottom: 10px;
  font-size: 17px;
  display: flex;
  align-items: flex-start;
}
.checklist li::before {
  content: url('/img/promotion/checklist.svg');
  margin-right:8px;
}
.promo-cut {
  background: #FBD806;
  border: 2.5px dashed #D5232A;
  width: 80%;
  margin: auto;
  padding: 20px;
  position: relative;
  margin-bottom: 12px;
}
.promo-cut p{
  text-transform: uppercase;
  font-weight: 800;
}
.prm-cut {
  display: grid;
  place-items:center;
}

.btn-prm {
  background-color: #FFDD36;
  color: #00685F;
  position: relative;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 8px;
  width: 100%;
}
.btn-prm:hover {
  background-color: #f4cf1b;
}
.btn-prm img {
  position: absolute;
  right: -9px;
  top: -30px;
}
.more-info {
  padding: 4.5rem 0;
}
.more-info p {
  line-height: 35px;
}
.sm-img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.reason-card {
  background-color: #F6FBFB;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
}
#reviews .carousel-item {
  min-height: 200px;
  display: grid;
  place-items: center;
}
#reviews img:first-child {
  max-width: 10%;
}
#reviews img:last-child {
  max-width: 30%;
}
#reviews p {
  font-size: 30px;
  font-family: 'HarmoniaLight';
}
#reviews .btn-link {
  font-size: 20px;
  color: #000000;
}

.home-hero {
  background: #00897D;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 50px;
  min-height: 550px;
}
.hero-promo {
  padding-top: 100px;
}
.home-hero .title {
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
}
.home-hero .subtitle {
  font-size: 20px;
  color: #FEDA00;
}
.home-hero .banner {
  width: 70%;
}
.home-hero .hero-img {
  margin-bottom: -100px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home-hero .save {
  position: absolute;
  bottom:5%;
  right: -10px;
  width: 30%;
}
.home-hero p {
  font-size: 20px;
}
.btn-red {
  background-color: #CC0000 !important;
  color: #fff !important;
  transition: .5s;
}
.btn-red:hover {
  transition: .7s;
  opacity: .9;
}
.prm-card.colored {
  border: 0;
  background-color: #C5E3E3;
}
.top-sidebar, .buy-get {
  position: absolute;
  top: 0;
  left: 0;
}
.buy-get {
  left: 5%;
}
.bottom-sidebar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.bottles-container .save {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.bottles {
  margin-bottom: -20px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1399px) {
  .promo-cut {
    width: 90%;
  }

}
@media screen and (max-width:1024px) {
  .promo-bottles {
    width: 50%;
  }
  .prm-card {
    padding: 20px 30px;
  }
  .bottles {
    margin-right: -30px;
  }
  .home-hero .save {
    width: 20%;
  }
  .home-hero .banner {
    width: 50%;
  }
  .prm-title {
    font-size: 40px;
  }
  .prm-bold-heading {
    font-size: 25px;
  }
  .light-heading {
    font-size: 28px;
  }
  .home-hero {
    min-height: 300px;
    padding: 70px 30px;
    background-size: cover;
  }
}
@media screen and (max-width:991px) {
  .home-hero {
    min-height: 300px;
    padding: 20px 40px;
    background-size: cover;
  }
}
@media screen and (max-width:891px) {
  .home-hero {
    min-height: auto;
  }
}
@media screen and (max-width:767px) {

  .home-hero .title {
    font-size: 35px;
  }
}
@media screen and (max-width:545px) {
  .home-hero {
    padding: 50px 30px;
  }
  .home-hero .banner {
    width: 70%;
  }
  .home-hero .save {
    width: 35%;
  }
  .home-hero .title {
    font-size: 35px;
  }
  .home-hero .subtitle {
    font-size: 18px;
  }
  .home-hero .hero-img {
    margin-bottom: -50px;
  }
  .home-hero .btn {
    width: 100%;
  }
  .prm-title {
    font-size: 30px;
  }
  #reviews img:first-child {
    max-width: 20%;
  }
  #reviews img:last-child {
    max-width: 80%;
  }
  .prm-card {
    padding: 20px;
  }
  .bottles {
    margin-right: -20px;
  }
}
