/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.offerDiv{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offerDiv{
  width: 80%;
  margin: auto;
  min-width: 900px;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;

}
.offerDiv p{
  font-size: 20px;
}
.offerDiv h3{
  text-align: center;
}
.productFlex{
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productFlex > div{
  width: 50%;
  padding: 20px;
  min-width: 450px;
}
.bgProd1, .bgProd2, .bgProd3, .bgProd4, .bgProd5{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 300px;
}

@media only screen and (max-width:1250px){
  .productFlex > div{
    width: 100%;
    padding: 20px;
    min-width: 10px;
  }
  .offerDiv{
    min-width: 100%;
  }
}
.offerDiv p{
  font-size: 18px;
}
li{
  list-style: inside;
}
