
footer{
  padding: 30px;
  position: relative;
  bottom: 0;
  width: 100%;
  background: #020A2B;
  color: white;
}

footer ul li{
  display: block;
}

footer ul, footer .menu{
  padding: 0;
  margin: 0;
}

footer span{
  color: #DE213A;
  font-weight: 600;
  font-size: 22pt;
}

footer a:hover{
  color: white;
}

@media( max-width: 768px ){
  footer img{
    margin-bottom: 20px;
  }
}
