/*
.offer-2 {
  border-radius: 25px;
  background: #ffffff;
  -moz-box-shadow: #CCCCCC 0 3px 20px;
  -webkit-box-shadow: #CCCCCC 0 3px 20px;
  box-shadow: #CCCCCC 0 3px 20px;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .offer-2 {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .offer-2 {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .offer-2 {
    padding: 40px;
  }
}
.offer-2__title {
  box-shadow: #CCCCCC 0 0px 20px;
  position: relative;
  padding-bottom: 20px;
}
.offer-2__title > div {
  position: relative;
  z-index: 1;
}
.offer-2__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  top: -20px;
  background: #ffffff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.offer-2__price {
  color: #C40D30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
.offer-2__price > div span {
  font-size: 14px;
  font-size: 1.4rem;
}
.offer-2__price > div + div {
  text-decoration: line-through;
}
.offer-2__price > div:last-child {
  color: #32465F;
}
.offer-2 > .pill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.offer-2 > div:not(.pill) + div {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .offer-2 > div:not(.pill) + div {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .offer-2 > div:not(.pill) + div {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .offer-2 > div:not(.pill) + div {
    margin-top: 40px;
  }
}
.offer-2 .button {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .offer-2__title:after {
    left: -40px;
    right: -40px;
    top: -40px;
  }
}
@media (min-width: 992px) {
  .offer-2__title:after {
    left: -40px;
    right: -40px;
    top: -40px;
  }
}
*/
