.footer {
  background: #062440;
  padding: 70px 0 40px;
  color: #cbd5e1;
}

.footer-logo img {
  margin-bottom: 20px;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  max-width: 320px;
}

.footer-heading {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 20px;
}

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

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

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

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

.footer-contact {
  display: flex;
  gap: 12px;
  margin-bottom: 5px;
  font-size: 15px;
}

.footer-contact i {
  color: #1ba7a7;
  font-size: 18px;
  margin-top: 3px;
}

.footer-divider {
  border-color: rgba(132, 132, 132, 0.913);
  margin: 40px 0 25px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-bottom-links a {
  margin-left: 20px;
  font-size: 14px;
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-bottom-links a:hover {
  color: #1ba7a7;
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .footer-bottom-links a {
    margin: 0 10px;
  }
}
