footer nav,
footer .container {
  margin-bottom: 0;
}

.footer_sticky {
  margin-top: 0;
  position: sticky;
  bottom: 0;
  background: var(--bg-color);
  z-index: 99;
  border-top: 1px solid rgba(201, 202, 202, 0.6);
}

.footer_sticky.nost {
  border-top: 0;
  padding-top: 0;
}

.card .card-img img {
  aspect-ratio: 16/9;
}

@media (max-width: 820px) {
  footer {
    padding: 20px 30px;
  }
  .footer_sticky .footer-right {
    display: none;
  }
  .footer_sticky.nost {
    position: static;
  }
  .footer_sticky.nost .footer-right {
    display: block;
  }
  footer .container:has(.copyright) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}