.featured-card-block {
  padding: 35px 60px;
  background-color: var(--gray);
  --featured-width: 50%;
}

.featured-card-inner {
  display: flex;
}

.featured-card-view .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.featured-card-view .views-row {
  width: var(--featured-width);
  padding: 0 20px;
}

.featured-type-title {
  font-size: var(--fs28);
  font-family: var(--secondary-font);
  font-weight: var(--secondary-font-semibold);
  line-height: 1.1;
  margin-bottom: 34px;
}

.featured-card-view .views-row:nth-child(odd) .featured-type-title {
  color: var(--light-blue);
}

.featured-card-view .views-row:nth-child(even) .featured-type-title {
  color: var(--light-yellow);
}

.featured-card-content {
  padding-top: 15px;
  max-width: 360px;
}

.featured-card-title a {
  font-size: var(--fs18);
  /* text-decoration: underline; */
  color: var(--white);
  display: inline-block;
}

.featured-card-title a:hover {
  text-decoration: underline;
}

.featured-card-img {
  margin-right: 20px;
  flex-shrink: 0;
}
