footer{
  position: relative;
  height: 100px;
  background: transparent;
  width: 100%;
  left: 0px;
  top: 150px;
  border: solid 0px #e6ebda;
  border-top: solid 2px #e6ebda;
}

.footer_links_holder{
  position: relative;
  top: 20px;
  width: 600px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.footer_link{
  position: relative;
  color: #919487;
  font-size: 17px;
  font-family: arial;
  margin-left: auto;
  padding-right: 50px;
  text-decoration: none;
  left: 60px;
}
.footer_link:hover{
  text-decoration: underline;
}

.footer_link_svg{
  position: absolute;
  height: 22px;
  width: 22px;
  left: -30px;
  top: -1px;
}

.footer_legal{
  position: relative;
  color: #919487;
  font-size: 17px;
  font-family: arial;
  left: 210px;
}

/* Mobile */
@media only screen and (max-device-width: 700px) and (max-device-height: 1200px){
  footer{
    height: 300px;
    border-top: solid 4px #e6ebda;
  }
  .footer_link{
    font-size: 30px;
    padding-right: 62px;
  }
  .footer_links_holder{
    width: 900px;
    left: 49%;
  }
  .footer_link_svg{
    height: 35px;
    width: 35px;
    left: -40px;
  }
  .footer_legal{
    width: 99%;
    font-size: 30px;
    left: 0px;
    text-align: center;
  }
}
