.product-content {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 36px 25px;
  }
  .product-content .procuct-img-wrap {
    height: 292px;
    width: 100%;
    display: flex;
  }
  .product-content .procuct-img-wrap img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
  
  .product-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  @media (min-width: 1200px) {
    .product-item {
      padding-top: 39px;
      padding-bottom: 39px;
    }
  
    .products-wrap {
      overflow: hidden;
      width: 100%;
    }
    .products-wrap > .row {
      margin-left: -39px;
      margin-right: -39px;
    }
    .products-wrap > .row > [class*=col] {
      padding-left: 39px;
      padding-right: 39px;
    }
  }
  
  /*# sourceMappingURL=products.css.map */
  