/**
 * CWP Big Stats
 */
.cwp-layered-promo {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cwp-layered-promo h2 {
  font-weight: bold;
}
.cwp-layered-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}
.cwp-layered-promo__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .cwp-layered-promo__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.cwp-layered-promo__item.item__image {
  margin-bottom: -80px;
}
@media (min-width: 931px) {
  .cwp-layered-promo__item.item__image {
    margin-bottom: -120px;
  }
}
.cwp-layered-promo__item.item__content {
  align-self: center;
  padding-right: 30px;
}
.cwp-layered-promo__item.item__content .btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  padding: 24px 32px;
}
@media (max-width: 575px) {
  .cwp-layered-promo__item.item__content .btn {
    margin-bottom: 40px;
  }
}