/*!
 * products.css
 */

 /* products */
 .products header {
  background: url("../images/products/bg_products_img.jpg") no-repeat center;
}
.products .gallery > .col-md-6 { padding: 0 35px;}
.products .gallery > li > ul {
  height: 300px;
}
.products .gallery > li > ul li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
}
.products .gallery > li > ul li a {
  display: block;
  height: 100%;
}
.products .gallery > li > ul li p {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) { 
  .products .gallery > li > ul {
    height: auto;
  }
  .products .gallery > li > ul li:first-child {
    height: 300px;
  }
  .products .gallery > li > ul li:last-child {
    padding: 20px;
  }
}
@media screen and (max-width: 468px) {
  .products .gallery > li > ul {
    height: auto;
    margin-bottom: 30px;
  }
}