.aeon-footer {
  background: #1f1f1f;
  color: #ffffff;
  padding: 72px 52px 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.aeon-footer-inner {
  display: table;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.aeon-footer-brand,
.aeon-footer-col {
  display: table-cell;
  vertical-align: top;
  padding-right: 50px;
}

.aeon-footer-brand {
  width: 40%;
}

.aeon-footer-col {
  width: 20%;
}

.aeon-footer-brand img {
  max-width: 220px;
  height: auto;
  margin-bottom: 24px;
}

.aeon-footer-brand p,
.aeon-footer-contact p {
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin: 0 0 22px;
  max-width: 360px;
}

.aeon-footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 22px;
}

.aeon-footer a {
  display: block;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  margin-bottom: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.aeon-footer a:hover {
  color: #fd621c;
}

.aeon-footer-socials {
  margin-top: 24px;
}

.aeon-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-right: 12px;
  font-weight: 900;
}

.aeon-footer-socials a:hover {
  background: #fd621c;
  color: #ffffff;
}

.aeon-footer-bottom {
  max-width: 1400px;
  margin: 54px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  color: rgba(255,255,255,0.55);
  font-size: 14px;
}

.aeon-footer-bottom span:first-child {
  float: left;
}

.aeon-footer-bottom span:last-child {
  float: right;
}

@media (max-width: 900px) {

  .aeon-footer {
    padding: 52px 24px 24px;
  }

  .aeon-footer-inner {
    display: block;
  }

  .aeon-footer-brand,
  .aeon-footer-col {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 36px;
  }

  .aeon-footer-bottom span:first-child,
  .aeon-footer-bottom span:last-child {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
