@media (max-width: 780px) {
  #all-news #news-results article.post-item {
    width: 100%;
  }
}
#all-news #news-results .news-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
#all-news #news-results .news-pagination a {
  color: #0C2010;
  min-width: 16px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#all-news #news-results .news-pagination a.active::before {
  opacity: 1;
}
#all-news #news-results .news-pagination a:hover::before {
  opacity: 0.2;
}
#all-news #news-results .news-pagination a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#all-news #news-results .news-pagination .next {
  margin-left: 20px;
}
#all-news #news-results .news-pagination .prev {
  margin-right: 20px;
}

.recent-posts,
#news-results {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 24px;
}
.recent-posts article.post-item,
#news-results article.post-item {
  width: calc(33.33% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
}
.recent-posts article.post-item a,
#news-results article.post-item a {
  display: block;
}
.recent-posts article.post-item a:hover .text-cont .text-link svg,
#news-results article.post-item a:hover .text-cont .text-link svg {
  transform: translateX(14px);
}
.recent-posts article.post-item a .img-cont,
#news-results article.post-item a .img-cont {
  width: 100%;
  height: 250px;
  border-radius: 16px 16px 100px 16px;
  overflow: hidden;
}
.recent-posts article.post-item a .img-cont img,
#news-results article.post-item a .img-cont img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transform: center center;
  transition: all 0.3s ease-in-out;
}
.recent-posts article.post-item a .text-cont,
#news-results article.post-item a .text-cont {
  padding-top: 24px;
}
.recent-posts article.post-item a .text-cont .post-excerpt,
.recent-posts article.post-item a .text-cont .post-excerpt p,
#news-results article.post-item a .text-cont .post-excerpt,
#news-results article.post-item a .text-cont .post-excerpt p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 72px;
  overflow: hidden;
}
.recent-posts article.post-item a .text-cont .text-link,
#news-results article.post-item a .text-cont .text-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: normal;
  margin: 0;
  color: #0C2010;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 0 !important;
  position: relative;
  width: fit-content;
  padding-right: 18px;
}
.recent-posts article.post-item a .text-cont .text-link svg,
#news-results article.post-item a .text-cont .text-link svg {
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 0.3s ease-in-out;
}
/*# sourceMappingURL=blog-post-slider.css.map */
