.block-teaser-product-tiles {
  padding: 8rem 0;
}
.teasers-list-products .row {
    --bs-gutter-y: 2rem;
}
.teasers-list-products .teaser {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: block;
  text-decoration: none;
  background: var(--bs-white);
}
.teasers-list-products .teaser .image {
    height: 17.25rem;
    background: #f2f2f2
}
.teasers-list-products .teaser .image:not(.withimg) {
    background: var(--text-color);
}
.teasers-list-products .teaser img {
    height: 100%;
    margin: 0 auto;
    display: table;
    object-fit: cover;
}
.teasers-list-products .teaser .teaser-content {
  padding: 2rem 1rem 2rem 2rem;
  height: 10.875rem;
}
.teasers-list-products .teaser .teaser-content .subheader {
  font-weight: var(--font-weight-semi-bold);
}
.teasers-list-products .teaser .teaser-content .icon {
    float: right;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
  .block-teaser-product-tiles {
    padding: 6rem 0;
  }
}

@media only screen and (max-width: 1199px) {
  .block-teaser-product-tiles {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .teasers-list-products .teaser img {
    height: 14.688rem;
  }
}