@charset "UTF-8";

footer .hobo {
  align-items: flex-end;
  top: 45px;
}
@media screen and (max-width: 768px){
  footer .hobo {
    flex-direction: column;
    top: 0;
    gap: 20px;
    text-align: center;    
  }
  footer .hobo li {
    width: 100%;
  }
  footer .hobo li.email{
    width: 100%;
  }
}
