.vived-popular-articles h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 15px;
  font-weight: 700;
  color: #A5A5BD;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .vived-popular-articles h4 {
    margin-bottom: 10px;
  }
}
.vived-popular-articles .articles-listing {
  margin-bottom: -30px;
}
@media (max-width: 991.98px) {
  .vived-popular-articles .articles-listing {
    margin-bottom: -20px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .vived-popular-articles .articles-listing.mix-order .article-wrapper:nth-child(2) {
    order: 3;
  }
  .vived-popular-articles .articles-listing.mix-order .article-wrapper:nth-child(3) {
    order: 5;
  }
  .vived-popular-articles .articles-listing.mix-order .article-wrapper:nth-child(4) {
    order: 2;
  }
  .vived-popular-articles .articles-listing.mix-order .article-wrapper:nth-child(5) {
    order: 4;
  }
  .vived-popular-articles .articles-listing.mix-order .article-wrapper:nth-child(6) {
    order: 6;
  }
}
.vived-popular-articles .articles-listing .article-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .vived-popular-articles .articles-listing .article-wrapper {
    margin-bottom: 20px;
  }
}
.vived-popular-articles .articles-listing .article-wrapper .article-item {
  position: relative;
  display: block;
  padding-top: 7px;
}
.vived-popular-articles .articles-listing .article-wrapper .article-item .article-title {
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  color: #C5C5D2;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .vived-popular-articles .articles-listing .article-wrapper .article-item .article-title {
    transition: none;
  }
}
.vived-popular-articles .articles-listing .article-wrapper .article-item .article-info {
  font-size: 0.75rem;
  line-height: 16px;
}
.vived-popular-articles .articles-listing .article-wrapper .article-item .article-info strong {
  display: block;
  margin-bottom: 2px;
}
.vived-popular-articles .articles-listing .article-wrapper .article-item .article-info .article-time {
  margin-left: 10px;
}
.vived-popular-articles .articles-listing .article-wrapper .article-item .article-count {
  position: absolute;
  top: 0;
  right: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 49px;
  font-weight: 700;
  opacity: 0.2;
  transition: 0.3s opacity ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .vived-popular-articles .articles-listing .article-wrapper .article-item .article-count {
    transition: none;
  }
}
.vived-popular-articles .articles-listing .article-wrapper .article-item:hover .article-title {
  color: #fff;
}
.vived-popular-articles .articles-listing .article-wrapper .article-item:hover .article-count {
  opacity: 0.5;
}

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