.varbase-featured-card .card-title {
  margin-top: 0;
  font-weight: 700;
  line-height: 140%;
  align-self: stretch;
  text-transform: capitalize;
}

.varbase-featured-card.anchor-all {
  position: relative;
}

.varbase-featured-card.anchor-all .card-title {
  position: static;
}

.varbase-featured-card.anchor-all .card-title a {
  position: static;
}

.varbase-featured-card.anchor-all .card-title a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.varbase-featured-card.anchor-all a.card-link,
.varbase-featured-card.anchor-all div.card-link > a {
  position: static;
}

.varbase-featured-card.anchor-all a.card-link::before,
.varbase-featured-card.anchor-all div.card-link > a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.varbase-featured-card.anchor-all a {
  z-index: 3;
  position: relative;
}

.varbase-featured-card.xlarge .card-title {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.xlarge .card-title {
    font-size: 2.5rem;
  }
}

.varbase-featured-card.large .card-title {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.large .card-title {
    font-size: 2.5rem;
  }
}

.varbase-featured-card.medium .card-title {
  font-size: calc(1.3125rem + .75vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.medium .card-title {
    font-size: 1.875rem;
  }
}

.varbase-featured-card.small .card-title {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.small .card-title {
    font-size: 1.5rem;
  }
}

.varbase-featured-card.xsmall .card-title {
  font-size: 1.25rem;
}

