.hb-separator {
  height: 1px;
}
.hb-separator.bg-dark {
  background: #000000;
}
.hb-separator.breadcrumb {
  background: transparent;
}

body:not(.home) .hero-banner {
  min-height: unset;
}
body:not(.home) .hero-banner h1 {
  margin-bottom: 8px;
}

.hero-banner {
  background: #f9f6f1;
  padding: 32px 0;
  background-size: cover;
  margin-bottom: 0;
}
.hero-banner.hero-banner-main .content {
  margin: 0 auto;
}
.hero-banner .author-image img {
  max-width: 213px;
}
.hero-banner .content {
  max-width: 1000px;
}
.hero-banner .content h4 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
}
.hero-banner .content h1 {
  font-size: 28px;
  line-height: 1.2;
}
.hero-banner .exp-edu {
  font-size: 15px;
  line-height: 127%;
}
.hero-banner .hb-search h5 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 22.59px;
  text-align: left;
}
.hero-banner ul.banner-category-list,
.hero-banner ul.banner-category-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-banner ul.banner-category-list {
  gap: 12px;
  max-width: 1024px;
}
.hero-banner ul.banner-category-list li a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  transition: all 0.3s ease-in-out;
}
.hero-banner ul.banner-category-list li a img {
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: Opacity 0.3s ease-in-out;
  margin-right: 12px;
}
.hero-banner ul.banner-category-list li:hover a {
  border-color: #1a1a1a;
}
.hero-banner ul.banner-category-list li.back-btn a {
  background-color: #484848;
  color: #fff;
}
.hero-banner ul.banner-category-list li.back-btn a img {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.hero-banner .author-role {
  font-size: 21px;
  line-height: 32px;
}

@media screen and (min-width: 992px) {
  .category .hero-banner {
    min-height: 320px;
  }
  body:not(.home) .hero-banner {
    padding: 36px 0;
  }
  .hero-banner {
    padding: 90px 0;
    min-height: 440px;
  }
  .hero-banner .content h1 {
    font-size: 44px;
  }
  .hero-banner.hero-banner-main .content h1 {
    font-size: 58px;
    line-height: 72px;
  }
  .author-role {
    text-transform: capitalize;
  }
}

/*# sourceMappingURL=hero-banner.css.map */
