.sec-post-link:last-child,
.sec-post-link:has(+ .sec-card-v2.list) {
  margin-bottom: 12rem;
}
.post-content-link {
  padding: 6.4rem;
  background: var(--light-grey);
}
.post-content-link-list li {
  margin-bottom: 1.2rem;
  padding-left: 3.2rem;
}
.post-content-link-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/icon-list-arrow.png);
  background-size: cover;
  background-position: center;
}
.green .post-content-link-list li::before{
  filter: brightness(0) invert(77%) sepia(14%) saturate(5460%) hue-rotate(78deg) brightness(102%) contrast(42%);
}
.pink .post-content-link-list li::before{
  filter: brightness(0) invert(25%) sepia(69%) saturate(4101%) hue-rotate(321deg) brightness(99%) contrast(89%);
}
.post-content-link-list a {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.post-content-link-list a:hover {
  text-decoration: none !important;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-post-link:last-child,
  .sec-post-link:has(+ .sec-card-v2.list) {
    margin-bottom: 10rem;
  }
  .post-content-link {
    padding: 5.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-post-link:last-child,
  .sec-post-link:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-link {
    padding: 4.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-post-link:last-child,
  .sec-post-link:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-link {
    padding: 4.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-post-link:last-child,
  .sec-post-link:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-link {
    padding: 4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-post-link:last-child,
  .sec-post-link:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-content-link {
    padding: 4rem;
  }
}
@media(max-width:767.98px) {
  .sec-post-link:last-child,
  .sec-post-link:has(+ .sec-card-v2.list) {
    margin-bottom: 5.6rem;
  }
  .post-content-link {
    padding: 2rem;
  }
}