.site-footer{
  margin-top:auto;
  padding:30px 0;
  border-top:1px solid rgba(0,0,0,0.06);
}

.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font-size:13px;
  color:#6e6e73;
}

.footer-right{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.footer-right a{
  text-decoration:none;
  color:#6e6e73;
  transition:0.25s ease;
}

.footer-right a:hover{
  color:#000;
}

/*RESPONSIVE*/

@media (max-width:600px){
  .footer-inner{
    flex-direction:column;
    text-align:center;
  }
}
