.ns-footer {
  padding: 20px 10px;
  background-color: var(--ns-footer-bg, #124152);
  color: var(--ns-footer-text, #ffffff);
  width: 100%;
}
.ns-footer a {
  color: var(--ns-footer-text, #ffffff) !important;
}
.ns-footer a:hover {
  text-decoration: underline !important;
  color: var(--ns-footer-text, #ffffff);
}
.ns-footer-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-footer-left {
  width: 100%;
  max-width: 660px;
  text-align: left;
}
.ns-footer-right {
  width: 100%;
  max-width: 660px;
  text-align: right;
}
.ns-footer-img {
  height: 16px;
}
.netstudio-icon {
  display: flex;
  align-items: center;
}
.netstudio-icon:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/netstudioicon.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .ns-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ns-footer-left {
    display: flex;
    justify-content: center;
  }
  .ns-footer-right {
    display: flex;
    justify-content: center;
  }
}
