﻿.offers-block {  text-align:center;  margin-top:3.875rem; } @media (max-width:40em) {  .offers-block {   margin-top:3.125rem;  } } .offers-cards {  margin-top:4rem;  padding:0 5rem; } @media (max-width:1280px) {  .offers-cards {   padding:0;  } } @media (max-width:48em) {  .offers-cards {   margin-top:3rem;  } } .offers-cards .reviews-prev, .offers-cards .reviews-next {  bottom:50%;  width:30px;  height:30px; } @media (max-width:1280px) {  .offers-cards .reviews-prev {   left:-15px;  }  .offers-cards .reviews-next {   right:-15px;  } } @media (min-width:1281px) {  .offers-cards .reviews-prev,  .offers-cards .reviews-next {   width:60px;   height:60px;  }  .offers-cards .reviews-prev svg,  .offers-cards .reviews-prev i,  .offers-cards .reviews-next svg,  .offers-cards .reviews-next i {   font-size:1.25em;  } } .offers-cards .slick-track {  display:flex; } .offer-card {  box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);  background-color:#fff;  padding:36px 26px 30px 26px;  margin:10px 13px;  margin-bottom:20px;  display:flex;  flex-direction:column;  justify-content:space-between;  height:100%;  position:relative; } @media (max-width:800px) {  .offer-card {   margin-bottom:24px;  } } .offers-block .slick-initialized .slick-slide.offer-card {  height:inherit;  display:flex; } .offer-card.highlighted::before {  content:"";  height:12px;  width:100%;  position:absolute;  top:0;  left:0;  background-color:#d31334; } .offer-card h3 {  letter-spacing:0.5px; } .offer-card .h3 {  letter-spacing:0.5px; } .offer-card h4 {  margin-bottom:1.5rem; } .offer-card .intro-content {  text-align:left; } .offer-card .card-ctas {  margin-top:2rem; } .offer-card .intro-content p + ul {  margin-top:-0.5rem; } .offer-card .intro-content ul li {  padding-left:1em; } .button.learn-more {  display:flex;  align-items:center;  justify-content:center;  color:#d31334; } .button.learn-more:hover {  opacity:0.75; } .button.learn-more img {  background:#d31334;  border-radius:100%;  padding:4px;  margin-right:12px; } .from-price {  margin:15px 0; } 