.post-container {
  max-width: unset !important;
  padding: 0;
  margin: 0;
}

.post-container .post-banner {
  background-color: var(--black);
  background-image: url(/assets/img/eclipse-bottom-right.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 70%;
}

.post-container .post-banner h1{
  margin: 0;
  margin-bottom: 24px;
  color: var(--white);
  order: 2;
}

.post-banner-content {
  max-width: 1440px;
  padding: 50px 80px;
  margin: auto;
}

.post-content-container {
  max-width: 1440px;
  padding: 50px 80px;
  margin: auto;
}

.post-breadcrumb a{
  color: var(--white);
}

.post-breadcrumb {
  margin-bottom: 40px;
  color: var(--white);
  order: 1;
}

.post-tag-section {
  order: 3;
}

.post-tag-section .post-tags .post-tag-item{
  color: var(--white);
}

.post-tag-section .post-tags .post-tag-item:hover{
  color: var(--pink-flamingo);
}

.post-container .post-feature-image {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 12px;
}

.post-container #bottomAdsContainer {
  display: none !important;
}

.post-container .post-title {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .post-content-container {
    padding: 56px;
    /* flex-direction: column; */
  }
  .right-sidebar .follow-us-on-linkedin {
    display: block;
  }
  .post-content {
    width: 100%;
  }
  .left-sidebar {
    /* display: block; */
    width: 100%;
    border-bottom: 1px solid #AEAEAE;
  }
  .left-sidebar .toc-container, .left-sidebar .left-sidebar-overview {
    display: none;
  }
  .left-sidebar .follow-us-on-linkedin {
    margin-bottom: 24px;
  }
  .post-container .post-banner {
    background-size: 226%;
  }
  
}

@media (max-width: 500px) {
  .post-container .post-banner.with-illustration {
    background-image: url("/assets/img/form-banner-bg-mobile.png");
    background-size: cover;
  }
  .post-container .post-banner.with-illustration:before {
    bottom: 10.64px;
    left: 15px;
  }
  .post-container .post-banner.with-illustration:after {
    top: 17px;
    right: 12.51px;
  }
  .post-content-container {
    padding: 56px 32px;
  }
  .post-banner-content {
    padding: 56px 32px;
  }
  .post-container .post-title {
    display: flex;
    flex-direction: column;
  }
  .post-container .post-banner h1 {
    margin-bottom: 24px;
  }
  .post-breadcrumb {
    order: 1;
    color: var(--white);
    margin-bottom: 24px;
  }
  .post-tag-section {
    position: unset;
    display: block;
    order: 3;
    margin-bottom: 0 !important;
  }
  .follow-us-on-linkedin {
    margin-bottom: 16px;
  }
  .mobile-subscribe-btn {
    margin-bottom: 24px;
  }
  .post-content-container {
    padding: 40px 0px;
    margin: 0 32px;
  }
  .post-container #bottomAdsContainer {
    display: block !important;
    margin-top: 24px;
  }
  .post-container .post-banner .title{
    font-family: Poppins, sans-serif;
    font-size: 56px !important;
    font-weight: 400;
    line-height: 58px !important;
    letter-spacing: -0.04em;
  }
  .post-container .post-banner .sub-title{
    font-family: Poppins, sans-serif;
    font-size: 56px !important;
    font-weight: 400;
    line-height: 52px !important;
    letter-spacing: -0.04em;
  }
}