#footer {
  padding: 0 0 20px;
  background-color: #1C2340;
  display: flex;
  justify-content: center;
}
#footer .footer-wrap {
  width: 1200px;
}
#footer .footer-wrap .wrap {
  display: flex;
  justify-content: space-evenly;
}
#footer .footer-wrap .wrap .footer-logo {
  margin-top: 35px;
}
#footer .footer-wrap .wrap .footer-logo img {
  width: 140px;
  max-height: 130px;
  object-fit: fill;
}
#footer .footer-wrap .wrap .about-us,
#footer .footer-wrap .wrap .contact-us {
  margin-top: 35px;
  margin-left: 60px;
}
#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 .about-us {
  width: 71px;
}
#footer .footer-wrap .wrap .code {
  margin-top: 35px;
  margin-left: 60px;
}
#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 .keep-record {
  margin-left: 0;
}
#footer .footer-wrap a:hover {
  color: #fff;
}
