.post-container.templates-and-frameworks {
  max-width: unset !important;
  padding: 0;
  margin: 0;
}

.post-container.templates-and-frameworks .post-banner {
  background-color: var(--black);
  background-image: url(/assets/img/vector-bg-bottom-right.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  /* background-size: 70% 100%; */
}

.post-container.templates-and-frameworks .post-banner .post-banner-content {
  max-width: 1192px;
  margin: auto;
  padding: 50px 0;
  position: relative;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content:before {
  content: url(/assets/img/vector-left-bottom.svg);
  position: absolute;
  left: -80px;
  bottom: -6px;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content:after {
  content: url(/assets/img/vector-right-top.svg);
  position: absolute;
  right: -80px;
  top: -6px;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content h1 {
  color: var(--white);
  margin: 0;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
  max-width: 900px;
  margin: auto;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content .post-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content .post-title .sub-title:after {
  display: none;
  
}

.post-container.templates-and-frameworks .post-banner .post-banner-content .post-title .sub-title {
  padding-bottom: 15px;
  margin-bottom: -15px;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content .post-tags {
  justify-content: center;
}

.post-container.templates-and-frameworks .post-banner .post-banner-content .post-tags a {
  color: var(--white);
}

.post-container.templates-and-frameworks .post-banner .post-banner-content .post-tags a:hover {
  color: var(--coral);
}

.post-container.templates-and-frameworks .post-banner .post-tag-section {
  margin-bottom: 0;
}

.post-container.templates-and-frameworks .post-content-container {
  max-width: 1192px;
  margin: 56px auto;
}

.sticky-container img{
  text-align: left;
}

.sticky-container p {
  display: block;
}

.post-content iframe {
  height: 100%;
}

div#topContainer {
  display: none !important;
}

@media (min-width: 501px) and (max-width: 1200px) {
  .post-container.templates-and-frameworks .post-content-container {
    border-top: none;
    padding: 56px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .post-container.templates-and-frameworks .post-banner {
    /* background-size: 100% 100%; */
  }
  
  .post-container.templates-and-frameworks .post-banner .post-banner-content {
    padding: 50px 56px;
  }
  .post-container.templates-and-frameworks .post-banner .post-banner-content:before {
    display: none;
  }
  .post-container.templates-and-frameworks .post-banner .post-banner-content:after {
    display: none;
  }
  #topContainer {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .post-content {
    width: 100%;
  }
}

.author-container .follow-us-on-linkedin {
  display: none;
}

.author-container .subscribe-btn{
  display: none;
  margin-bottom: 0;
}

.right-sidebar .subscribe-btn {
  margin-bottom: 16px;
}

@media (min-width: 587px) and (max-width: 600px) {
  .author-container .follow-us-on-linkedin {
    display: block;
    margin-bottom: 0;
  }
  .author-container .subscribe-btn{
    display: block;
  }
  .post-content-container {
    flex-direction: column;
  }
  .post-content-container {
    gap: 0;
  }
  .left-sidebar {
    display: block;
    padding-bottom: 56px;
    border-bottom: 1px solid #AEAEAE;
    width: 100%;
    margin-bottom: 24px;
  }
  #topContainer img {
    width: 475px;
  }
}

.right-sidebar .follow-us-on-linkedin {
  display: block;
}

@media (max-width: 600px) {
  .post-content-container {
    padding-top: 0;
    border-top: none;
  }
  .author-container {
    gap: 0 !important;
  }
  .author-container .subscribe-btn{
    display: block;
  }
  .author-container .follow-us-on-linkedin {
    display: block;
    margin-bottom: 0;
  }
  #topContainer {
    margin-top: 0 !important;
  }
  .post-content-container {
    flex-direction: column;
  }
  div#topContainer {
    display: block !important;
  }
  .left-sidebar {
    display: block;
    padding-bottom: 56px;
    border-bottom: 1px solid #AEAEAE;
    width: 100%;
  }
  .post-container.templates-and-frameworks .post-banner .post-banner-content:before {
    display: none;
  }
  .post-title .title {
    font-size: 56px;
    line-height: 58px !important;
  }
  .post-title .sub-title {
    font-size: 56px;
    line-height: 52px !important;
  }
  .post-container.templates-and-frameworks .post-banner .post-banner-content:after {
    display: none;
  }
  .post-container.templates-and-frameworks .post-banner .post-banner-content {
    padding: 80px 24px;
  }
  .post-container.templates-and-frameworks .post-banner {
    background-image: url(/assets/img/vector-top-right-mobile.svg);
    background-position: top right;
    background-size: 100%;
  }
  .post-tag-section {
    display: block;
  }
  .post-container > .follow-us-on-linkedin {
    margin-top: 56px;
    margin-left: 32px;
    margin-right: 32px;
  }
  .mobile-subscribe-btn {
    margin-left: 32px;
    margin-right: 32px;
  }
  .post-container.templates-and-frameworks .post-content-container {
    margin: 24px 32px;
  }
  .downloadable {
    flex-wrap: wrap;
  }
}

.author-container {
  gap: 16px;
  display: none;
}

.author-container .author-info{
  gap: 16px;
  display: flex;
}

.author-sponsor-container {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.author-sponsor-container a{
  text-align: center;
}

.author-container img{
  border-radius: 6px;
}

.author-container span {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.download-resource {
  padding: 29px 30px;
  border: 1px solid var(--coral);
  border-radius: 12px;
}

.download-resource .source-title{
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 24px;
}

.download-resource .btn-group {
  justify-content: center;
}