div.featuredWorkSectionPill {
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  align-items: center;
  width: max-content;
  box-shadow: 0 0 16px 4px rgba(255, 79, 0, 0.2);
}

div.featuredWorkSectionPillSpacer {
  padding: 8px 0px;
}

div.featuredWorkSectionPillInner {
  padding: 8px 12px;
}
div.featuredWorkSectionPillInner span.label {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff4f00;
}
div.featuredWorkSectionPillInner h3.portfolio-headline {
  font-size: 14px;
  margin: 0;
  font-weight: inherit;
}

/*# sourceMappingURL=FeaturedWorkSectionPill.css.map */
