.post-content:last-child,
.post-content:has(+ .sec-card-v2.list) {
  margin-bottom: 12rem;
}
.sec-post-head + .post-content {
  margin-top: 0;
}
.post-content-text > :is(h1,h2,h3,h4,h5,h6) {
  margin: 4.8rem 0 2.8rem;
}
.post-content-text > :is(h5,h6) {
  margin-bottom: 1.6rem;
}
.post-content-text h6 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
}
.post-content-text > :is(h1,h2,h3,h4,h5,h6):first-child {
  margin-top: 0;
}
.post-content-text > :is(h1,h2,h3,h4,h5,h6):last-child {
  margin-bottom: 0;
}
.post-content-text > p {
  margin-bottom: 2.8rem;
}
.post-content-text > p:last-child {
  margin-bottom: 0;
}
.post-content-text > p a {
  font-weight: bold;
}
.green .post-content-text > p a { 
  color: var(--green-60);
}
.pink .post-content-text > p a {
  color: var(--pink-60);
}
.blue .post-content-text > p a {
  color: var(--blue-60);
}
.post-content-text > p a:hover {
  text-decoration: underline !important;
}
.post-content-text > p,
.post-content-text > ul > li {
  color: rgba(31,31,31,0.75);
}
.post-content-text strong {
  font-weight: bold;
}
.post-content-text p img {
  width: 100%;
  height: auto;
  margin: 4.8rem 0;
}
.post-content-text p:first-child img {
  margin-top: 0;
}
.post-content-text p:last-child img {
  margin-bottom: 0;
}
.post-content.green ul > li:after {
  background: var(--green-60);
}
.post-content.pink ul > li:after {
  background: var(--pink-60);
}
.post-content.blue ul > li:after {
  background: var(--blue-60);
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .post-content:last-child,
  .post-content:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-text > :is(h1,h2,h3,h4,h5,h6) {
    margin: 4rem 0 2.2rem;
  }
  .post-content-text > :is(h5,h6) {
    margin-bottom: 1.4rem;
  }
  .post-content-text h6 {
    font-size: 2.3rem;
  }
  .post-content-text > p {
    margin-bottom: 2.2rem;
  }
  .post-content-text p img {
    margin: 4rem 0;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .post-content:last-child,
  .post-content:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-text > :is(h1,h2,h3,h4,h5,h6) {
    margin: 4rem 0 2rem;
  }
  .post-content-text > :is(h5,h6) {
    margin-bottom: 1.4rem;
  }
  .post-content-text h6 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  .post-content-text > p {
    margin-bottom: 2rem;
  }
  .post-content-text p img {
    margin: 4rem 0;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .post-content:last-child,
  .post-content:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-text > :is(h1,h2,h3,h4,h5,h6) {
    margin: 4rem 0 2rem;
  }
  .post-content-text > :is(h5,h6) {
    margin-bottom: 1.4rem;
  }
  .post-content-text h6 {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
  .post-content-text > p {
    margin-bottom: 2rem;
  }
  .post-content-text p img {
    margin: 4rem 0;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .post-content:last-child,
  .post-content:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-text > :is(h1,h2,h3,h4,h5,h6) {
    margin: 3.2rem 0 2rem;
  }
  .post-content-text > :is(h5,h6) {
    margin-bottom: 1.2rem;
  }
  .post-content-text h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .post-content-text > p {
    margin-bottom: 2rem;
  }
  .post-content-text p img {
    margin: 3.2rem 0;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .post-content:last-child,
  .post-content:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-text > :is(h1,h2,h3,h4,h5,h6) {
    margin: 3.2rem 0 1.6rem;
  }
  .post-content-text > :is(h5,h6) {
    margin-bottom: 1.2rem;
  }
  .post-content-text h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .post-content-text > p {
    margin-bottom: 1.6rem;
  }
  .post-content-text p img {
    margin: 3.2rem 0;
  }
}
@media(max-width:767.98px) {
  .post-content:last-child,
  .post-content:has(+ .sec-card-v2.list) {
    margin-bottom: 5.6rem;
  }
  .post-content-text > :is(h1,h2,h3,h4,h5,h6) {
    margin: 2.4rem 0 1.2rem;
  }
  .post-content-text > :is(h5,h6) {
    margin-bottom: 1.2rem;
  }
  .post-content-text h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .post-content-text > p {
    margin-bottom: 1.2rem;
  }
  .post-content-text p img {
    margin: 2.4rem 0;
  }
}