#footer {
  background-color: #222;
}

#footer .inner {
  max-width: 1740px;
  margin: 0 auto;
  padding: 40px 0;

  color: #ffffff;
}

#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px 0;
}

#footer .footer-top img {
  width: 200px;
  height: 60px;
}

#footer .footer-top h1 {
  font-size: 36px;
}

#footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#footer .footer-bottom-left {
}

#footer .footer-bottom-left p {
  margin: 4px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .footer-bottom-right {
}

#footer .footer-bottom-right p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
