.modern-footer {
  background: #0e0e0e;
  color: #ccc;
  padding: 60px 0 30px;
  font-size: 14px;
}

.footer-logo {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-desc {
  line-height: 1.7;
  margin-bottom: 20px;
  color: #aaa;
}

.footer-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-links,
.footer-info {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-info li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #aaa;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #fff;
}

.footer-divider {
  border-top: 1px solid #222;
  margin: 30px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #777;
  font-size: 13px;
}