.footer{
  background-color: #101827;
}
.footer-inner{
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 64px 0 36px;
}
.footer-img{
  width: 400px;
  margin-bottom: 24px;
}
.footer-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
  border-bottom: 1px solid #9DA3AF;
  margin-bottom: 48px;
}
.footer-text{
  font-size: 14px;
  color: #9DA3AF;
  line-height: 18px;
}
.footer-nav{
  display: flex;
  gap: 24px;
}
.footer-nav a{
  display: block;
  color: #9DA3AF;
  font-size: 14px;
  line-height: 18px;
  transition: all .4s;
}
.footer-nav a:hover{
  color: #FB923C;
}
.copyright{
  font-size: 12px;
  color: #9DA3AF;
  display: block;
  text-align: center;
}