.products {
  padding: 50px 0px 90px;
}
.product-detail {
  background-color: #f5f5f5;
  padding: 15px 15px;
  /* max-width: 280px; */
  margin-top: 30px;
}
.product-img {
  text-align: center;
}
.product-img > img {
  /* width: 250px; */
  width: 100%;
  max-width: 100%;
}
.product-name {
  margin: 12px 0px;
}
.product-detail-btn,
.product-detail-btn:hover {
  background-color: #1f2677;
  border-radius: 2px;
}