footer {
  height: auto;
  justify-content: center;
  background-color: #000 !important;
  padding: 2rem 1rem;
}

.footer-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}

.imgs-box {
  width: 100%;
}

.skyfood-logo-footer {
  order: 1;
  width: 100%;
  max-width: 12.385rem;
  height: auto;
}

.line {
  width: 128px;
  height: 0rem;
  opacity: 0.5;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: -1.875rem;
  margin-right: -1.5625rem;
}

.nav-content {
  order: 2;
  opacity: 1;
  margin: 1rem 0;
}

.nav-content-1 {
  height: 114px;
  flex-wrap: wrap;
}

.nav {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  font-family: Poppins;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 0 8px 0;
}

.nav:hover {
  color: #C7475D;
  text-decoration: none;
}

.term {
  margin-left: 2.875rem;
}

.tracFtech-logo-footer {
  order: 3;
  width: 100%;
  max-width: 12.385rem;
  height: auto;
  margin-left: 14.125rem;
}

.address-content {
  width: 100%;
  margin: 1rem 0;
  text-align: end;
}

.address-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6963rem;
  letter-spacing: -0.0256rem;
}

.line-2 {
  width: 100%;
  max-width: 60rem;
  height: 0rem;
  opacity: 0.5;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  margin: 2rem 0;
}

.copy-content {
  align-items: center;
}

.copy-content span {
  font-family: Acumin Pro;
  font-weight: 400;
  font-size: 0.6288rem;
  line-height: 100%;
  text-align: center;
  margin-right: 1rem;
}

.copy-content img {
  opacity: 0.5;
}

.scroll-to-top {
  z-index: 1001;
}

@media (max-width: 768px) {
  footer {
    height: 265px;
    width: 100%;
    padding: 0;
    justify-content: initial;
  }


  .footer-content {
    justify-content: center;
    height: auto;
    padding: 0;
    margin: 24px 0 0 0;
  }

  .footer-content-box {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: 200px;
    width: 277px;
    margin: 0 auto !important;
  }

  .skyfood-logo-footer {
    order: 1;
    margin-bottom: 0.5rem;
    width: 159.08px;
    height: 80px;
  }

  .tracFtech-logo-footer {
    order: 2;
    margin-left: 0;
    width: 159.08px;
    height: 80px;
  }

  .line {
    width: 171px;
    margin: 0 -60px 0 -70px;
  }

  .nav-content {
    order: 3;
    margin-top: 1rem;
    height: 171px;
  }

  .nav-content-1 {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 164px;
    width: 86px;
  }

  .nav {
    margin: 0;
    padding: 0.5rem 0;
    font-style: Medium;
    font-size: 12px;
    line-height: 27.14px;
    letter-spacing: -0.41px;
  }

  .address-content, .line-2 {
    display: none;
  }
  
  .copy-content {
    align-items: center;
    margin-top: 15px;
  }

  .copy-content span {
    margin-right: 0;
    font-family: Acumin Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 7.94px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .copy-content a img {
    width: 68.88px;
    height: 12.9px;
    margin-left: 5px;
  }
}
