#heading-home{
  
  color: linear-gradient(102deg, rgba(42, 190, 87, 0), rgb(45, 201, 66));
  font-style: italic;
  font-weight: bolder;
  font-size: 75px;
  text-shadow: 2px 2px 4px #000000;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  display: flex;
  justify-content: space-between;
  /* height: 450px; */
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 5px 5px 0 0;
}

.product-cards{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  
  
}

#sub-heading-home{
  color: #3a3838;
  font-size: 50px;
  font-style: italic;
  text-shadow: 2px 2px 2px #fdfbfb;
}