.featured-cards .cmp-featured-cards__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .featured-cards .cmp-featured-cards__title {
    margin-bottom: 2rem;
  }
}
.featured-cards .cmp-featured-cards__list {
  gap: 1rem;
}
@media (min-width: 768px) {
  .featured-cards .cmp-featured-cards__list {
    gap: 1.5rem;
  }
}
.featured-cards .cmp-featured-cards__list .service-card {
  border-radius: var(--card-radio);
}
.featured-cards .cmp-featured-cards__list .service-card__img img {
  border-radius: var(--card-radio);
}
.featured-cards .cmp-featured-cards__list .service-card__content-tag {
  border-radius: var(--button-radio);
}
.featured-cards .cmp-featured-cards__list .service-card__content-link {
  color: var(--base-500);
}
.featured-cards .cmp-featured-cards__list .service-card__content-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .featured-cards--two-column-grid .col-12 {
    grid-column-end: span 6;
  }
}
