.pp-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pp-icon i,
.pp-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.pp-promo-box {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.pp-promo-box .pp-promo-box-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.pp-promo-box .pp-promo-box-icon .pp-promo-box-icon-inner {
  height: 1em;
  width: 1em;
}
.pp-promo-box .pp-promo-box-overlay,
.pp-promo-box .pp-promo-box-bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: transform 0.25s linear 0s;
  -webkit-transition: -webkit-transform 0.25s linear 0s;
  transition: -webkit-transform 0.25s linear 0s;
  transition: transform 0.25s linear 0s;
  transition: transform 0.25s linear 0s, -webkit-transform 0.25s linear 0s;
}
.pp-promo-box .pp-promo-box-bg {
  padding: 40px;
}
.pp-promo-box .pp-promo-box-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.pp-promo-box .pp-promo-box-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.pp-promo-box .pp-promo-box-inner-content {
  display: table-cell;
  vertical-align: middle;
}
.pp-promo-box .pp-promo-box-banner {
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  min-height: 100%;
  width: 100%;
}
.pp-promo-box-heading-divider-wrap, .pp-promo-box-subheading-divider-wrap {
  font-size: 0;
  line-height: 1;
}
.pp-promo-box-heading-divider, .pp-promo-box-subheading-divider {
  display: inline-block;
}