.featured-full {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-lg);
}

.featured-full .info {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-md);
  max-width: 69rem;
}

.featured-full .info .tags {
  display: flex;
  gap: var(--spacer-xs);
}

.featured-full .info .title {
  margin: 0;
}

.featured-full .info .location {
  opacity: 0.5;
}

.featured-full .info .excerpt {
  margin: 0;
  margin-bottom: var(--spacer-md);
}
