.sec-post-single-img:last-child,
.sec-post-single-img:has(+ .sec-card-v2.list) {
  margin-bottom: 12rem;
}
.post-single-img {
  position: relative;
}
.post-single-img > img {
  width: 100%;
  height: auto;
}
a.post-single-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: rgba(0, 0, 0, 0.5);
}
.post-single-img:hover a.post-single-zoom-icon {
  display: flex;
}
a.post-single-zoom-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-post-single-img:last-child,
  .sec-post-single-img:has(+ .sec-card-v2.list) {
    margin-bottom: 10rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-post-single-img:last-child,
  .sec-post-single-img:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-post-single-img:last-child,
  .sec-post-single-img:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-post-single-img:last-child,
  .sec-post-single-img:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-post-single-img:last-child,
  .sec-post-single-img:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
}
@media(max-width:767.98px) {
  .sec-post-single-img:last-child,
  .sec-post-single-img:has(+ .sec-card-v2.list) {
    margin-bottom: 5.6rem;
  }
}