.product-listing-card-wrapper {
  padding: 80px 0;
}
.product-listing-card-wrapper .card {
  border-radius: 0;
  border: 1px solid rgba(30, 30, 30, 0.2);
  background-color: #FAFAFA;
  display: block;
  height: 100%;
}
.product-listing-card-wrapper .card .card-img img {
  height: auto;
  width: 100%;
}
.product-listing-card-wrapper .card .card-body {
  padding: 40px 40px;
  position: relative;
  overflow: hidden;
}
.product-listing-card-wrapper .card .card-body .card-number {
  position: absolute;
  top: -50px;
  left: -33px;
  font-size: 160px;
  color: rgba(30, 30, 30, 0.05);
  font-weight: 600;
  line-height: 1;
  z-index: 0;
}
.product-listing-card-wrapper .card .card-body h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #1E1E1E;
}
.product-listing-card-wrapper .card .card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(30, 30, 30, 0.6980392157);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product-listing-card-wrapper .card .card-img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767.98px) {
  .product-listing-card-wrapper .product-listing-row {
    row-gap: 20px;
  }
  .product-listing-card-wrapper .card {
    margin-bottom: 0;
  }
  .product-listing-card-wrapper .card .card-body {
    padding: 30px 30px;
  }
  .product-listing-card-wrapper .card .card-body h4 {
    font-size: 32px;
  }
}/*# sourceMappingURL=index.css.map */