.viewAll {
  padding: 2em 15px;
}

.sectionHeading {
  font-size: 1.5rem;
  color: #b31e3b;
}

.viewAllButton {
  font-weight: 600;
  text-decoration: none !important;
}

.priceTag {
  color: #b31e3b;
  font-size: 1.1rem;
}

.cardImage {
  height: 200px;
  object-fit: fill;
  width: 100%;
}

.imageWrapper {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  background-color: #d9d9d9;
}
