.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 !important;
  object-fit: cover;
}
.magazine-single .hero__breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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