.firefly-product {
  height: 100%;
  padding: 0 1rem;
  img {
    border-radius: 28px;
    object-fit: cover;
    margin-bottom: 2.5rem !important;
  }
  p {
    color: #b7b7b7;
  }
}
.row.two-columns {
  row-gap: 3.2rem;
}
.firefly-product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
