  .homepage > .paragraph--type--spotlight {
  margin-top: 4.18rem; }

.spotlight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 980px) {
    .spotlight {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 2rem; } }

.spotlight__title {
  text-align: center; }

.spotlight__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0; }
  .spotlight__btn a {
    text-align: center;
    padding: 0.5rem 2rem;
    background-color: #9b2743;
    border: 1px solid #9b2743;
    color: #FFF;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out; }
    .spotlight__btn a:hover, .spotlight__btn a:focus {
      background-color: #FFF;
      color: #9b2743;
      border: 1px solid #9b2743; }

.spotlight__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 980px) {
    .spotlight__item {
      margin-left: 2rem;
      width: calc(33.33% - 1rem); } }
  .spotlight__item:first-of-type {
    margin-left: 0; }
  .spotlight__item .media-image img {
    display: block;
    width: 100%;
    height: auto; }

.spotlight__item--content,
.promo--image-left .spotlight__item--content,
.promo--image-right .spotlight__item--content {
  font-family: 'Roboto', 'Arial', sans-serif;
  padding: 2rem;
  text-align: center;
  background-color: #FFF;
  width: calc(100% - 4rem);
  margin: 0 auto;
  border-top: 9px solid #f0b310;
  position: relative;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .spotlight__item--content,
  .promo--image-left .spotlight__item--content,
  .promo--image-right .spotlight__item--content {
    font-size: 0.875rem; }
    @media screen and (min-width: 20rem) {
      .spotlight__item--content,
      .promo--image-left .spotlight__item--content,
      .promo--image-right .spotlight__item--content {
        font-size: calc(0.875rem + 0.375 * ((100vw - 20rem) / 80)); } }
    @media screen and (min-width: 100rem) {
      .spotlight__item--content,
      .promo--image-left .spotlight__item--content,
      .promo--image-right .spotlight__item--content {
        font-size: 1.25rem; } }
  @media (min-width: 55em) {
    .spotlight__item--content,
    .promo--image-left .spotlight__item--content,
    .promo--image-right .spotlight__item--content {
      width: 50%; } }
  @media (min-width: 980px) {
    .spotlight__item--content,
    .promo--image-left .spotlight__item--content,
    .promo--image-right .spotlight__item--content {
      padding: 2rem;
      width: 100%; } }
  .spotlight__item--content .promo__title,
  .promo--image-left .spotlight__item--content .promo__title,
  .promo--image-right .spotlight__item--content .promo__title {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-weight: 300;
    color: #36424a;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #000;
    text-align: center; }
    .spotlight__item--content .promo__title,
    .promo--image-left .spotlight__item--content .promo__title,
    .promo--image-right .spotlight__item--content .promo__title {
      font-size: 1.25rem; }
      @media screen and (min-width: 20rem) {
        .spotlight__item--content .promo__title,
        .promo--image-left .spotlight__item--content .promo__title,
        .promo--image-right .spotlight__item--content .promo__title {
          font-size: calc(1.25rem + 0.75 * ((100vw - 20rem) / 80)); } }
      @media screen and (min-width: 100rem) {
        .spotlight__item--content .promo__title,
        .promo--image-left .spotlight__item--content .promo__title,
        .promo--image-right .spotlight__item--content .promo__title {
          font-size: 2rem; } }
    @media (min-width: 980px) {
      .spotlight__item--content .promo__title,
      .promo--image-left .spotlight__item--content .promo__title,
      .promo--image-right .spotlight__item--content .promo__title {
        line-height: 1; } }
  .spotlight__item--content .promo__btn a,
  .promo--image-left .spotlight__item--content .promo__btn a,
  .promo--image-right .spotlight__item--content .promo__btn a {
    font-size: 1rem;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1rem auto 0;
    padding: 0.5em 2em;
    background-color: #000;
    border: 1px solid #FFF;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out; }
    @media (min-width: 980px) {
      .spotlight__item--content .promo__btn a,
      .promo--image-left .spotlight__item--content .promo__btn a,
      .promo--image-right .spotlight__item--content .promo__btn a {
        margin: 2rem auto 0; } }
    .spotlight__item--content .promo__btn a:hover, .spotlight__item--content .promo__btn a:focus,
    .promo--image-left .spotlight__item--content .promo__btn a:hover,
    .promo--image-left .spotlight__item--content .promo__btn a:focus,
    .promo--image-right .spotlight__item--content .promo__btn a:hover,
    .promo--image-right .spotlight__item--content .promo__btn a:focus {
      background-color: #FFF;
      color: #000;
      border: 1px solid #000; }
