footer {
  font-family: "Assistant", sans-serif;
  background: #202020;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  footer {
    padding: 20px;
  }
}
footer .logo {
  float: unset;
  width: auto;
}
footer .logo img {
  width: 110px;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  margin: 40px 0 0;
}
@media (max-width: 720px) {
  footer .footer_bottom {
    flex-direction: column-reverse;
    margin: 20px 0 0;
  }
}
footer .footer_bottom .left {
  width: 25%;
  color: #a5a5a5;
  font-size: 16px;
}
@media (max-width: 720px) {
  footer .footer_bottom .left {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
footer .footer_bottom .center {
  width: 60%;
}
@media (max-width: 720px) {
  footer .footer_bottom .center {
    width: 100%;
    position: static;
  }
}
footer .footer_bottom .center ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  footer .footer_bottom .center ul {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer_bottom .center ul li {
  margin: 0 5px;
}
@media (max-width: 720px) {
  footer .footer_bottom .center ul li {
    margin: 2px 0;
  }
}
footer .footer_bottom .center ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer_bottom .center ul li a span {
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
