.featured-posts .embla__container {
  gap: 20px;
}

.featured-posts .post-card-carousel__wrapper {
  margin: 30px auto;
}

.featured-posts .embla__slide {
  max-width: 100%;
  cursor: grab;

  @media screen and (min-width: 750px) {

   max-width: 50%;
    
  }

  @media screen and (min-width: 1023px) {
   max-width: 33%;
  }
}

.featured-posts .article-card {
  margin-bottom: 3rem;
  padding: 0;
  align-self: self-start;

  & p {
    margin-left: 0;
  }
}
