#featured-news .featured-news-wrapper a {
  padding: 32px 0px;
  border-bottom: 1px solid #8DB0A3;
  display: block;
  position: relative;
  color: #fff;
}
@media (max-width: 780px) {
  #featured-news .featured-news-wrapper a {
    padding-bottom: 72px;
  }
}
#featured-news .featured-news-wrapper a:focus, #featured-news .featured-news-wrapper a:focus-visible, #featured-news .featured-news-wrapper a:active {
  color: #fff;
}
#featured-news .featured-news-wrapper a:hover::after {
  background-color: var(--Business-500-Business, #98B3AD);
}
#featured-news .featured-news-wrapper a:hover .char {
  animation: disappear-up 0.1s ease forwards, appear-up 0.08s ease 0.15s forwards;
  animation-delay: calc(var(--i) * 0.015s), calc(0.15s + var(--i) * 0.012s);
}
#featured-news .featured-news-wrapper a:first-of-type {
  padding-top: 0;
}
#featured-news .featured-news-wrapper a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32px;
  width: 24px;
  height: 24px;
  background-color: var(--Business-200, #DEF3EE);
  border-radius: 100px;
  background-image: url("../../img/arrows/blue-arrow.svg");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 780px) {
  #featured-news .featured-news-wrapper a::after {
    right: unset;
    left: 0;
  }
}
#featured-news .featured-news-wrapper a .post-categories {
  margin-bottom: 4px;
}
#featured-news .featured-news-wrapper a .post-categories .category {
  color: #FFF;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  border-radius: 4px;
  padding: 6px 8px;
  height: 29px;
  overflow: hidden;
  display: inline-block;
}
#featured-news .featured-news-wrapper a .post-categories .category .char {
  color: #FFF;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.15s ease;
}
@keyframes disappear-up {
  to {
    transform: translateY(calc(-100% - 6px));
  }
}
@keyframes appear-up {
  from {
    transform: translateY(calc(100% - 6px));
  }
  to {
    transform: translateY(0%);
  }
}
#featured-news .featured-news-wrapper a .post-excerpt {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #fff;
}
@media (min-width: 780px) {
  #featured-news .featured-news-wrapper a .post-excerpt {
    margin-right: 56px;
  }
}
/*# sourceMappingURL=featured-news.css.map */
