.promotion h2 {
  color: #2b3245;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 0.95;
}
@media (max-width: 1200px) {
  .promotion h2 {
    font-size: 28px;
  }
}
@media (max-width: 982px) {
  .promotion h2 {
    font-size: 26px;
  }
}
@media (max-width: 750px) {
  .promotion h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.promotion .row3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion .row3 .row {
  width: 33.33%;
}
.promotion .row3 .row .block {
  height: 100%;
}
@media (max-width: 750px) {
  .promotion .row3 .row {
    width: 100%;
  }
}
.promotion .bg {
  background: #f0f3f6;
}
.promotion .cistern {
  max-width: 1240px;
}
.promotion .customer-benefits {
  padding-top: 60px;
  color: #2b3245;
}
@media (max-width: 982px) {
  .promotion .customer-benefits {
    padding-top: 30px;
  }
}
.promotion .customer-benefits .cistern .init {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .promotion .customer-benefits .cistern .init {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .promotion .customer-benefits .cistern .init {
    margin-bottom: 15px;
  }
}
.promotion .customer-benefits .cistern .box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .promotion .customer-benefits .cistern .box {
    padding: 35px 40px 40px;
  }
}
@media (max-width: 750px) {
  .promotion .customer-benefits .cistern .box {
    padding: 35px 20px 40px;
  }
}
.promotion .customer-benefits .cistern .box h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .promotion .customer-benefits .cistern .box h3 {
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .promotion .customer-benefits .cistern .box h3 {
    font-size: 20px;
  }
}
.promotion .customer-benefits .cistern .box .p-tile {
  font-size: 16px;
  line-height: 1.5;
}
.promotion .customer-benefits .cistern .box .row3 {
  margin: 30px -16px 20px;
}
.promotion .customer-benefits .cistern .box .row3 .row {
  padding: 16px;
}
.promotion .customer-benefits .cistern .box .row3 .row .block {
  background-color: rgba(205, 205, 205, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 20px;
}
.promotion .customer-benefits .cistern .box .row3 .row .block .pic {
  width: 55px;
}
.promotion .customer-benefits .cistern .box .row3 .row .block .con {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.promotion .customer-benefits .cistern .box .row3 .row .block .con .title {
  font-size: 18px;
  padding-bottom: 10px;
}
.promotion .customer-benefits .cistern .box .row3 .row .block .con .p {
  font-size: 14px;
  line-height: 1.5;
}
.promotion .customer-benefits .cistern .box .end {
  font-size: 18px;
  line-height: 1.5;
}
.promotion .promotional-products {
  color: #2b3245;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 982px) {
  .promotion .promotional-products {
    padding-top: 40px;
  }
}
.promotion .promotional-products .cistern .row3 {
  margin: 0 -12px;
}
.promotion .promotional-products .cistern .row3 .row {
  padding: 12px;
}
.promotion .promotional-products .cistern .row3 .row .block {
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .storageBanner .box {
    padding-top: 30%;
  }
  .promotion .customer-benefits .cistern .box {
    padding: 20px 10px;
  }
  .promotion .customer-benefits .cistern .box h3 {
    margin-bottom: 15px;
  }
  .promotion .customer-benefits .cistern .box .row3 {
    margin: 15px -8px 10px;
  }
  .promotion .customer-benefits .cistern .box .row3 .row {
    padding: 8px;
  }
  .promotion .customer-benefits .cistern .box .row3 .row .block {
    padding: 15px 10px;
  }
  .promotion .promotional-products .cistern .row3 .row .block {
    padding: 15px;
  }
}
.red {
  color: #c7000b;
  text-decoration: underline;
}
a.red:hover {
  text-decoration: underline;
}
.red2 {
  color: #c7000b;
}
