#footer {
  padding: 0 0 25px;
  background-color: #1C2340;
  display: flex;
  justify-content: center;
}
#footer .footer-wrap {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#footer .footer-wrap .wrap {
  display: flex;
}
#footer .footer-wrap .wrap .footer-logo {
  margin-top: 80px;
}
#footer .footer-wrap .wrap .footer-logo img {
  width: 120px;
  height: 40px;
}
#footer .footer-wrap .wrap .about-us,
#footer .footer-wrap .wrap .contact-us {
  margin-top: 45px;
  margin-left: 75px;
}
#footer .footer-wrap .wrap .about-us h4,
#footer .footer-wrap .wrap .contact-us h4 {
  font-size: 14px;
  color: #878CB1;
  margin-bottom: 10px;
}
#footer .footer-wrap .wrap .about-us a,
#footer .footer-wrap .wrap .contact-us a,
#footer .footer-wrap .wrap .about-us p,
#footer .footer-wrap .wrap .contact-us p {
  display: block;
  font-size: 12px;
  color: #878CB1;
  margin-top: 10px;
}
#footer .footer-wrap .wrap .code {
  margin-top: 65px;
  margin-left: 90px;
}
#footer .footer-wrap .keep-record {
  margin-top: 160px;
  margin-left: 190px;
}
#footer .footer-wrap .keep-record p {
  font-size: 10px;
  color: #878CB1;
}
#footer .footer-wrap .keep-record a {
  font-size: 12px;
  color: #878CB1;
}
#footer .footer-wrap a:hover {
  color: #fff;
}
