
/* start section header image */
.header {
  background-image: url("../images/about/slider1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
}

.header .overlay {
  background-color: rgba(2, 2, 2, 0.8);
  min-height: 300px;
  color: #FFF;
  display: flex;
  align-items: center;
        padding-top: 100px;

}

/* end section headedr image */
/* start section product */
.product {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* end section product */


/*# sourceMappingURL=product.css.map */
