.card-carousel-heading {
  margin-bottom: var(--spacing-sm);
}

.vbb-card-carousel h2:nth-of-type(1) {
  font-weight: 200;
}

.vbb-card-carousel h2:nth-of-type(2) {
  font-family: var(--font-gotham);
}
.vbb-card-carousel h2 {
  font-size: 4rem;
  letter-spacing: -3.2px;
  line-height: 33.2px;
  margin-bottom: 0;
}
.vbb-card-carousel p {
  font-family: var(--font-gotham);
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  border-bottom: 1px solid;
}
