.netdev-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.netdev-footer .netdev-footer-content {
  max-width: var(--nd-container-current);
}

.netdev-footer .netdev-footer-content .logo {
  position: relative;
  top: -9px;
}

footer .footer-content figure {
  width: fit-content;
  margin: 0;
}

@media (max-width: 1280px) {
  footer .footer-content figure {
    flex-basis: 100%;
  }
}

@media (max-width: 1280px) {
  footer .footer-content .custom-col {
    flex-basis: 45%;
  }
}

@media (max-width: 1024px) {
  footer .footer-content .custom-col {
    flex-basis: 100%;
  }
}
