.featured-post {
  max-width: 68.75em;
  margin-bottom: -2.125em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .featured-post {
    margin-bottom: 0;
  }
}

.featured-post .post-card {
  color: #fff;
  border-radius: 4px;
  min-height: 28.5em;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .featured-post .post-card {
    min-height: 0;
  }
}

.featured-post .post-card:after {
  content: url("../../../assets/images/arrow--right-white.svg");
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all .3s;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.featured-post .post-card:hover:after {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-post .post-card:hover .post-card__image:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .18) 101.91%);
}

.featured-post .post-card:hover .post-card__image:after {
  bottom: -15px;
  right: -15px;
}

.featured-post .post-card:hover .post-card__title {
  color: #fff;
}

.featured-post .post-card__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-post .post-card__image:after {
  content: "";
  z-index: 2;
  border-top: 60px solid rgba(0, 0, 0, 0);
  border-bottom: 60px solid #fff;
  border-left: 82.5px solid rgba(0, 0, 0, 0);
  border-right: 82.5px solid #fff;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .featured-post .post-card__image:after {
    content: "";
    z-index: 2;
    border-top: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 30px solid #fff;
    border-left: 41px solid rgba(0, 0, 0, 0);
    border-right: 41px solid #fff;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.featured-post .post-card__image:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, .81) 0%, rgba(0, 0, 0, 0) 101.91%);
  width: 100%;
  height: 100%;
  transition: background .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-post .post-card__link {
  color: #fff;
}

.featured-post .post-card__link:hover, .featured-post .post-card__link:visited {
  color: #fff;
  text-decoration: none;
}

.featured-post .post-card__content {
  z-index: 2;
  padding: 5.1875em 2.625em 2.75em;
  position: relative;
}

@media (max-width: 768px) {
  .featured-post .post-card__content {
    padding: 14em 1.23077em 3.38462em;
  }
}

.featured-post .post-card__content .post-card__summary p {
  max-width: 30.25em;
  font-size: 1em;
  line-height: 160%;
}

@media (max-width: 768px) {
  .featured-post .post-card__content .post-card__summary p {
    font-size: .85em;
    line-height: 1.58824em;
  }
}

.featured-post .post-card__info {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-post .post-card__date, .featured-post .post-card__category {
  color: #fff;
}

.featured-post .post-card__featured-title {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 .5em;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.41667em;
}

.featured-post .post-card__title {
  margin-top: .428571em;
}

.featured-post .post-card__title p {
  letter-spacing: -.01em;
  max-width: 15.125em;
  font-size: 1.42857em;
  line-height: 110%;
  transition: color .3s;
}

@media (max-width: 768px) {
  .featured-post .post-card__title p {
    font-size: 24px;
    line-height: 26px;
  }

  .featured-post .post-card__summary {
    display: block;
  }
}

/*# sourceMappingURL=featured-post.css.map */
