.catSectVert .list-group-item {
  background-color: transparent;
  margin-bottom: 1.5rem;
  border: none;
}
.catSectVert .list-group-item .card {
  height: 13rem;
  background-color: transparent;
  border: none;
}
.catSectVert .list-group-item .card .effects {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.4);
  border-radius: 0.875rem;
}
.catSectVert .list-group-item .card .card-img {
  height: 100%;
  border: none;
  border-radius: 0.875rem;
}
.catSectVert .list-group-item .card h3 {
  font-size: 1rem;
  line-height: 1;
  color: var(--back-primary);
  bottom: 0;
  position: absolute;
  left: 0;
  padding: 1.25rem 1.5rem;
}

/*# sourceMappingURL=style.css.map */
