.news-single .hero-section .hero__title {
  text-align: left;
}
.news-single .hero-section .hero__title p {
  margin: 0;
  line-height: inherit;
}
.news-single .hero-section .hero__number {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-left: 16px;
}
.news-single .hero-section .hero__copy {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.news-single .hero-section .hero__meta {
  z-index: 2;
  position: relative;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.news-single .hero-section .hero__meta .hero__date {
  font-size: 11px;
  letter-spacing: normal;
  color: #a6a9ab;
  font-weight: 400;
}
.news-single .hero-section .hero__meta .hero__updated {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
}
.news-single .hero-section .hero__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.news-single .hero-section .hero__image img {
  width: 100%;
  height: 640px !important;
  object-fit: cover;
}
.news-single .hero__breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magazine-single .hero-section .hero__container {
  padding-left: 56px;
  padding-right: 40px;
  padding-bottom: 24px;
  height: 379px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f4f4f4;
}
.magazine-single .hero-section .hero__heading {
  display: flex;
  align-items: end;
  flex: 1;
}
.magazine-single .hero-section .hero__title {
  font-size: 40px;
  font-weight: 300;
  z-index: 2;
}
.magazine-single .hero-section .hero__number {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-left: 16px;
}
.magazine-single .hero-section .hero__copy {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.magazine-single .hero-section .hero__breadcrumbs {
  margin-top: 40px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.magazine-single .hero-section .hero__breadcrumbs .breadcrumb-wrapper {
  display: flex;
  justify-content: end;
}
.magazine-single .hero-section .hero__meta {
  z-index: 2;
  position: relative;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.magazine-single .hero-section .hero__meta time {
  font-weight: 400;
}
.magazine-single .hero-section .hero__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.magazine-single .hero-section .hero__image img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.magazine-single .hero__breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 960px) {
  .news-single .hero-section .hero__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    min-height: fit-content;
    min-height: 32vh;
    height: auto;
  }
  .news-single .hero-section .hero__title {
    font-size: 22px;
  }
  .news-single .hero-section .hero__title-wrapper {
    margin-top: 64px;
  }
  .news-single .hero-section .hero__heading-bg {
    font-size: 72px;
    left: 0;
    bottom: -6px;
    letter-spacing: 1.44px;
  }
  .news-single .hero-section .hero__breadcrumbs {
    margin-top: 20px;
  }
  .news-single .hero-section .hero__breadcrumbs .breadcrumb-wrapper {
    justify-content: start;
  }
  .news-single .hero-section .hero__image img {
    height: 300px !important;
    object-position: center;
    object-fit: cover;
  }
}