.featured_post .section_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .featured_post .container_grid {
    display: block;
  }
}
.featured_post__item {
  scroll-margin-top: 100px;
}
.featured_post__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .featured_post__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.featured_post__image {
  grid-area: image;
  aspect-ratio: 660/610;
  max-height: 610px;
}
@media screen and (max-width: 1024px) {
  .featured_post__image {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .featured_post__image {
    aspect-ratio: 315/310;
  }
}
.featured_post__image a {
  height: 100%;
}
.featured_post__image img {
  width: 100%;
  transition: all 0.3s ease;
}
.featured_post .featured_post__title.h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .featured_post__text {
    max-width: 433px;
  }
}
@media screen and (max-width: 767px) {
  .featured_post__text {
    margin-top: -20px;
  }
}
.featured_post__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 40px;
}
.featured_post__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.featured_post__item--left {
  grid-template-areas: "image content";
}
.featured_post__item--left .featured_post__image {
  grid-column: 1/span 6 !important;
}
.featured_post__item--left .featured_post__content {
  grid-column: 8/span 4 !important;
}
.featured_post__item--right {
  grid-template-areas: "image content";
}
@media screen and (min-width: 1024px) {
  .featured_post__item--right {
    grid-template-areas: "content image";
  }
}
.featured_post__item--right .featured_post__image {
  grid-column: 7/span 6 !important;
}
.featured_post__item--right .featured_post__content {
  grid-column: 1/span 5 !important;
}

/*# sourceMappingURL=featured-post.css.map */
