.banner-bottom .ebg-title-h2 {
  font-size: 36px;
  color: #2c2729;
}
.banner-bottom .box {
  position: relative;
}
.banner-bottom .pic {
  position: relative;
}
.banner-bottom .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-bottom .pic:after {
  width: 100%;
  padding-top: 20%;
  content: '';
  display: block;
}
.banner-bottom .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
}
.banner-bottom .con .text {
  padding-left: 20%;
}
.banner-bottom .con .p {
  font-weight: bold;
  color: #231815;
}
.LANG-en .banner-bottom .con .p {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 1600px) {
  .banner-bottom .con .text {
    padding-left: 30%;
  }
}
@media (max-width: 1200px) {
  .banner-bottom .ebg-title-h2 {
    font-size: 28px;
  }
  .banner-bottom .con .text {
    padding-left: 35%;
  }
}
@media (max-width: 992px) {
  .banner-bottom .pic:after {
    padding-top: 96%;
  }
  .banner-bottom .con {
    padding: 15px 7%;
  }
  .banner-bottom .con .text {
    padding-left: 0;
    padding-top: 62%;
  }
}
@media (max-width: 750px) {
  .banner-bottom .ebg-title-h2 {
    font-size: 26px;
  }
  .banner-bottom .cistern {
    padding: 0;
  }
  .banner-bottom .con {
    font-size: 18px;
  }
  .banner-bottom .con .text {
    padding-top: 66%;
  }
  .banner-bottom .ebg-btn-box .ebg-btn-bg-red-m,
  .banner-bottom .ebg-btn-box-block .ebg-btn-bg-red-m {
    margin-top: 0;
  }
}
