.footer {
  background-color: #523900;
  color: white;
  padding: 60px 0 30px;
}

.footer .logo {
  width: 299px;
  height: 44px;
  object-fit: contain;
}

.footer .footer-logo {
  width: 299px;
  height: auto;
  margin-bottom: 28px;
}

.footer p,
.footer .nav-link {
  font-size: 16px;
  line-height: 24px;
}

.footer .nav-link {
  color: white;
  padding: 4px 0;
  text-decoration: none;
}

.footer .nav-link:hover {
  text-decoration: underline;
}

.footer .section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 96% */
}

.footer .icon {
  width: 20px;
  line-height: 25px;
}

.footer-bottom {
  text-align: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  border-top: 2px solid #c58f14;
  padding-top: 25px;
  margin-bottom: 50px;
}
