div.topMargin {
  margin: 0 0 4px 0;
}

div.middleMargin {
  margin: 4px 0;
}

div.bottomMargin {
  margin: 4px 0 0 0;
}

div.featuredWorkSectionInfoCell div.borderTop {
  border-radius: 7px 7px 0 0;
}
div.featuredWorkSectionInfoCell div.borderBottom {
  border-radius: 0 0 7px 7px;
}
div.featuredWorkSectionInfoCell div.top {
  background: radial-gradient(75% 75% at 25% 15%, #a8b2b8 0, hsla(0deg, 0%, 100%, 0.3) 100%);
  border-radius: 8px 8px 0 0;
}
div.featuredWorkSectionInfoCell div.middle {
  background: radial-gradient(75% 75% at 20% 50%, #a8b2b8 0, hsla(0deg, 0%, 100%, 0.3) 100%);
  border-radius: 0;
}
div.featuredWorkSectionInfoCell div.bottom {
  background: radial-gradient(75% 75% at 25% 75%, #a8b2b8 0, hsla(0deg, 0%, 100%, 0.3) 100%);
  border-radius: 0 0 8px 8px;
}
div.featuredWorkSectionInfoCell div.featuredCells {
  display: flex;
  position: relative;
  padding: 1px 1px 1px 1px;
  box-shadow: 0 0 0 1px transparent, 0 2px 4px transparent, 0 12px 24px transparent;
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  min-height: 120px;
}
div.featuredWorkSectionInfoCell div.featuredCells div.featuredCellsContent {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 8px;
  height: auto;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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