.blog-detail-hero-banner-section {
  background-color: #f4f0ee;
}

.blog-detail-hero-banner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 153px 80px 29px;
}

.blog-detail-hero-banner-top {
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-detail-hero-banner-title-heading {
  color: #101828;
  text-align: center;
  font-family: "LibreCaslonText-Italic";
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
  margin: 0px;
  padding-bottom: 12px;
  padding-top: 14px;
}

.blog-detail-hero-banner-top .p-date {
  color: #805606;
  font-family: "AvenirNextLT-Pro-Regular";
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}

.label-blog-detail .p-label {
  color: #d5250a;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid #df2e14;
  padding: 2px 10px;
}

.blog-detail-hero-banner-top {
  padding-bottom: 64px;
}

.blog-detail-hero-banner-image {
  padding: 0px 32px;
}

.hero-image-desktop-blog {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.blog-categories-wrapper-single-blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

@media screen and (max-width: 1024px) {
  .blog-detail-hero-banner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog-detail-hero-banner-wrapper {
    padding: 64px 20px 24px;
    margin-top: 55px;
  }
  .blog-detail-hero-banner-image {
    padding: 0px;
  }
  .blog-detail-hero-banner-top {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 48px;
  }
  .blog-detail-hero-banner-title-heading {
    padding-top: 24px;
    font-size: 44px;
    line-height: 39px;
  }
}

@media screen and (max-width: 480px) {
  .hero-image-desktop-blog {
    height: 240px;
  }
}
