.sec-post-head:not(:has(.post-head-img)){
  margin-bottom: 2.8rem;
}
.sec-post-head:last-child,
.sec-post-head:has(+ .sec-card-v2.list) {
  margin-bottom: 12rem;
}
.post-head p{
  font-size: 2rem;
  line-height: 3.2rem;
  color: rgba(31,31,31,0.75);
}
.sec-post-head strong {
  font-weight: bold;
}
.post-head-img img {
  width: 100%;
  height: auto;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-post-head:last-child,
  .sec-post-head:has(+ .sec-card-v2.list) {
    margin-bottom: 10rem;
  }
  .sec-post-head:not(:has(.post-head-img)){
    margin-bottom: 2.2rem;
  }
  .post-head p{
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-post-head:not(:has(.post-head-img)){
    margin-bottom: 2rem;
  }
  .sec-post-head:last-child,
  .sec-post-head:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-head p{
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-post-head:not(:has(.post-head-img)){
    margin-bottom: 2rem;
  }
  .sec-post-head:last-child,
  .sec-post-head:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-head p{
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-post-head:not(:has(.post-head-img)){
    margin-bottom: 2rem;
  }
  .sec-post-head:last-child,
  .sec-post-head:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-head p{
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-post-head:not(:has(.post-head-img)){
    margin-bottom: 1.6rem;
  }
  .sec-post-head:last-child,
  .sec-post-head:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-head p{
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media(max-width:767.98px) {
  .sec-post-head:not(:has(.post-head-img)){
    margin-bottom: 1.2rem;
  }
  .sec-post-head:last-child,
  .sec-post-head:has(+ .sec-card-v2.list) {
    margin-bottom: 5.6rem;
  }
  .post-head p{
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}