section.post-listing .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
section.post-listing .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.post-listing .view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #043531;
  text-decoration: none;
}
section.post-listing .view-all:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 12.918H20.25' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 6.16797L20.25 12.918L13.5 19.668' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
section.post-listing .swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
section.post-listing .entries-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
section.post-listing .entries-wrap.count-3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.post-listing .entries-wrap.count-3 .entry {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1080px) {
  section.post-listing .entries-wrap.count-3 .entry {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 900px) {
  section.post-listing .entries-wrap.count-3 .entry {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 640px) {
  section.post-listing .entries-wrap.count-3 .entry {
    width: 100%;
  }
}
section.post-listing .entry {
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: #7f8585;
  text-decoration: none;
}
@media (max-width: 1080px) {
  section.post-listing .entry {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 900px) {
  section.post-listing .entry {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 640px) {
  section.post-listing .entry {
    width: 100%;
  }
}
section.post-listing .entry img {
  border-radius: 16px;
  overflow: hidden;
}
section.post-listing .entry .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.post-listing .entry h3 {
  color: #043531;
}
/*# sourceMappingURL=post-listing.css.map */
