.l-blog-header {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 767.98px) {
  .l-blog-header {
    min-height: 260px;
  }
}
.l-blog-header--has-slider {
  min-height: 580px;
}
@media (max-width: 767.98px) {
  .l-blog-header--has-slider {
    min-height: 400px;
  }
}
.l-blog-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.l-blog-header__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-blog-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.l-blog-header__content {
  position: relative;
  z-index: 1;
  padding: 35px 0 48px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .l-blog-header__content {
    padding: 20px 0 30px;
  }
}
.l-blog-header__breadcrumbs {
  font-size: 0.75em;
  margin-bottom: 20px;
}
.l-blog-header__breadcrumbs .c-breadcrumbs {
  color: #fff;
}
.l-blog-header__breadcrumbs .c-breadcrumbs span,
.l-blog-header__breadcrumbs .c-breadcrumbs a {
  color: #fff !important;
}
.l-blog-header__title {
  font-family: "Playfair Display", serif;
  font-size: 4.625em;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.15;
}
@media (max-width: 1599.98px) {
  .l-blog-header__title {
    font-size: 3.7em;
  }
}
@media (max-width: 991.98px) {
  .l-blog-header__title {
    font-size: 3.125em;
  }
}
@media (max-width: 767.98px) {
  .l-blog-header__title {
    font-size: 1.875em;
  }
}
.l-blog-header__slider {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.l-blog-header__slides .slick-track {
  display: flex;
  align-items: stretch;
}
.l-blog-header__slides .slick-slide {
  height: auto;
}
.l-blog-header__slides .slick-slide > div {
  height: 100%;
  display: flex;
}
@media (max-width: 767.98px) {
  .l-blog-header__slides .slick-slide > div {
    height: auto;
  }
}
.l-blog-header__slides .c-post-widget-featured {
  flex: 1;
}
.l-blog-header__slides .slick-prev,
.l-blog-header__slides .slick-next {
  z-index: 2;
  filter: brightness(0) invert(1);
}
.l-blog-header__slides .slick-prev {
  left: -50px;
}
.l-blog-header__slides .slick-next {
  right: -50px;
}
.l-blog-header__slides .slick-dots {
  bottom: 20px;
  left: 47%;
}
@media (max-width: 767.98px) {
  .l-blog-header__slides .slick-prev,
  .l-blog-header__slides .slick-next {
    display: none !important;
  }
}