.post-container {
  max-width: unset !important;
  margin: unset;
  padding: unset;
}

.post-container .post-banner-content {
  max-width: 900px;
  margin: auto;
  padding: 50px 0;
}

.post-feature-image {
  border-radius: 12px;
}

.post-container .post-banner.with-illustration {
  background-color: var(--black);
  background-image: url("/assets/img/eclipse-top-right-2.svg");
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.post-container .post-banner.with-illustration:before {
  content: url("/assets/img/vector-double-star.svg");
  position: absolute;
  bottom: 32px;
  left: 64px;
}


.post-container .post-banner.with-illustration:after {
  content: url("/assets/img/asterisk-white.svg");
  position: absolute;
  top: 41px;
  right: 64px;
}

.post-container .post-banner.with-illustration .post-title{
  margin-top: 0;
  text-align: center;
  margin-bottom: -31px;
}

.post-container .post-banner.with-illustration .post-title h1{
  margin: 0;
}

.post-container .post-content-container {
  max-width: 1192px;
  margin: 50px auto;
}

.post-title h1 {
  color: var(--white);
}

#sponsored-by img {
  filter: unset;
  margin-bottom: 32px;
}

#sponsored-by a {
  display: inline-block;
  text-align: center;
}

.post-container .post-feature-image {
  width: 100%;
  margin-bottom: 48px;
}

#rightAdsContainer {
  margin-top: 0;
}

.post-container #bottomAdsContainer {
  display: none !important;
}

.follow-us-on-linkedin {
  margin-bottom: 24px;
}

.left-sidebar .subscribe-btn{
  display: none;
}

#sponsored-by p {
  margin-bottom: 8px;
}
#sponsored-by img {
  margin-bottom: 0;
}
#sponsored-by {
  margin-bottom: 32px;
}

.left-sidebar .btn {
  display: block;
  text-align: center;
}

@media (max-width: 1200px) {
  .post-container .post-content-container {
    padding: 50px 56px;
    margin: 0;
    flex-direction: column;
  }
  .post-content {
    width: 100%;;
  }
  .left-sidebar {
    display: block;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #AEAEAE;
  }
  .left-sidebar.btn.btn-secondary {
    text-align: center;
  }
  
  .subscribe-btn {
    display: block;
  }
  /* .left-sidebar .sticky-container > a:first-of-type {
    margin-bottom: 24px;
  } */
  .left-sidebar .sticky-container > a:last-of-type {
    margin-bottom: 0;
  }
  .left-sidebar .subscribe-btn{
    display: block;
  }
}

@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-container #bottomAdsContainer {
    display: block !important;
  }
  .post-container .post-content-container {
    padding: 56px 32px;
    margin: 0;
    flex-direction: column;
    gap: 40px;
  }
  .post-container .post-content-container .left-sidebar{
    display: block;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #AEAEAE;
  }
  .left-sidebar .sticky-container > a{
    text-align: center;
  }
  .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;
  }
  .post-container .post-banner-content {
    padding: 50px 24px;
  }
  .post-container .post-banner.with-illustration:before {
    display: none;
  }
}