.featured-post__grid {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 100%;
  padding: 0 var(--padding-x);
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid var(--color-charcoal-border);
  height: var(--height-fill);
}
.featured-post__right {
  min-height: 0;
  position: relative;
}
.featured-post__right > a {
  width: 100%;
  height: 100%;
  display: block;
}
.featured-post__container {
  padding: 0;
}
.featured-post__content {
  width: 100%;
  margin-right: auto;
  max-width: 380px;
}
.featured-post__content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  max-width: 400px;
}
.featured-post__gallery {
  width: 100%;
  height: 100%;
}
.featured-post__gallery > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featured-post__left > h2 {
  font-weight: 300;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -2px;
  margin-bottom: 40px;
}
.featured-post__left > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  max-width: 400px;
}
.featured-post__heading > h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
  margin-bottom: 46px;
  color: var(--color-charcoal);
}
.featured-post__heading > h2 {
  font-weight: 300;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -2px;
  max-width: 550px;
  margin-bottom: 33px;
}
.featured-post__heading > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  max-width: 400px;
  margin-bottom: 31px;
}
.featured-post .dot-button {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  padding-top: 0;
}
.featured-post .dot-button__dot {
  background: var(--color-charcoal);
  height: 10px;
  width: 10px;
  margin-right: 10px;
  color: #f5f5f5;
}
.featured-post .featured-post__carousel {
  position: relative;
  font-size: 0;
}
.featured-post .featured-post__carousel .owl-nav {
  position: absolute;
  bottom: 80px;
  left: 0;
  padding: 0 var(--padding-x);
}
.featured-post .featured-post__carousel .owl-nav .owl-prev {
  padding-right: 40px !important;
}
.featured-post .featured-post__carousel .owl-nav .owl-next {
  transform: scaleX(-1);
  padding-left: 20px !important;
}
.featured-post .featured-post__carousel .owl-nav svg path {
  transition: all 0.3s ease;
}
.featured-post .featured-post__carousel .owl-nav button:hover svg path {
  stroke: var(--color-charcoal);
}
.featured-post .featured-post__carousel .owl-nav button.disabled {
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .featured-post__grid {
    gap: 30px;
    grid-template-columns: auto;
  }
}
@media (max-width: 767.98px) {
  .featured-post__container {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-post__grid {
    gap: 0;
    grid-template-columns: auto;
    padding: 0 0 70px;
    height: auto;
  }
  .featured-post__carousel {
    padding-bottom: 80px;
  }
  .featured-post__carousel .owl-nav {
    bottom: 0;
  }
  .featured-post__left {
    order: 2;
    padding-top: 25px;
  }
  .featured-post__left > h2 {
    font-size: 27px;
    line-height: 29px;
    letter-spacing: -0.05em;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--color-charcoal-border);
    margin-bottom: 25px;
  }
  .featured-post__left > p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
  .featured-post__right img {
    height: 300px;
    object-fit: cover;
  }
  .featured-post__content {
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
    max-width: 100%;
  }
  .featured-post__heading > h4 {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
  }
  .featured-post__heading > h2 {
    font-size: 27px;
    line-height: 29px;
    letter-spacing: -0.05em;
    margin-bottom: 26px;
  }
  .featured-post__heading > p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
    margin: 18px 0;
    max-width: 100%;
  }
  .featured-post .dot-button {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
}
.page-blog .featured-post__grid {
  border-top-color: #0000;
}

.featured-post
 {
    padding-top: 80px;
    padding-bottom: 80px;

 }
