footer{
  width: 100%;
  height:   auto;
  padding: 30px 0;
}

footer nav {
  width: 100%;
  height: 110%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.menu-item{
  margin: 10px 0;
}

footer nav ul li a{
  font-size: 1rem;
  padding: 10px 0;

}

.social_media{
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.img_solcial_footer{
  width: 40px;
  height: 40px; 
  margin: 10px;
}

@media(max-width: 500px){
  .social_media{
    justify-content: space-between;
  }
  
}    