.footer {
  background-color: #1b4332;
  color: white;
  padding: 4rem 2rem;
  font-family: 'Courgette', cursive;
}

.footer-title {
  font-family: 'Gravitas One', cursive;
  margin-bottom: 1rem;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section p,
.footer-section a,
.footer-section li {
  font-size: 1rem;
  line-height: 1.6;
}

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

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-socials a {
  color: white;
  text-decoration: none;
  margin-right: 1rem;
}

.footer-bottom {
  border-top: 1px solid #ffffff44;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}