/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.productDescription{
  width: 80%;
  margin: auto;
  min-width: 900px;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;

}
.productDescription p{
  font-size: 20px;
}
.productDescription 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;
}
.bgProd1{
    background: url(../images/content/services/1.jpg);
}
.bgProd2{
  background: url(../images/content/services/2.jpg);
}
.bgProd3{
  background: url(../images/content/services/3.jpg);
}
.bgProd4{
  background: url(../images/content/services/4.jpg);
}
.bgProd5{
  background: url(../images/content/services/5.jpg);
}
@media only screen and (max-width:1250px){
  .productFlex > div{
    width: 100%;
    padding: 20px;
    min-width: 10px;
  }
  .productDescription{
    min-width: 100%;
  }
}
.productDescription p{
  font-size: 18px;
}
