footer {
  padding: 0;
  background: #fff;
}

footer .row {
  display: flex;
  align-items: flex-start;
  min-height: 380px;
  padding: 0;
  box-sizing: border-box;
}

footer .logo {
  text-align: center;
}

footer .logo img {
  width: 178px;
  height: 60px;
}

footer .title {
  font-size: 30px;
  font-family: "akrobat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: black;
  margin-bottom: 50px;
}

footer ul li {
  margin-bottom: 20px;
}

footer ul li a {
  font-size: 18px;
  font-family: "akrobat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  line-height: normal;
}

footer ul li a:hover {
  font-size: 18px;
  font-family: "akrobat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffa800;
  line-height: normal;
}

footer .copyright {
  background-color: #f3f2f6;
  height: 70px;
}

footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

footer .copyright .copyrite {
  text-align: center;
}

footer .copyright p {
  margin: 0;
  font-size: 18px;
  font-family: "akrobat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #999999;
}

@media (max-width: 565px) {
  footer .title {
    font-size: 20px;
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: black;
    margin-bottom: 35px;
  }

  footer ul li {
    margin-bottom: 14px;
  }

  footer ul li a {
    font-size: 14px;
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #999999;
    line-height: normal;
  }

  footer ul li a:hover {
    font-size: 14px;
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffa800;
    line-height: normal;
  }
}

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