.featured-products {
  width: 100%;
}

.featured-products .item {
  text-align: center;
  padding: 0;           /* remove space between items */
}

.featured-products img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;     /* remove rounded corners */
}

.product-title {
  margin:0px;
  font-size: 16px;
  font-weight: 600;
}

.product-price {
  margin: 0;
  font-size: 14px;
  color: #555;
}