footer {
  background-color: #001c0e;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-top: 80px;
  padding-bottom: 24px;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer .inner {
  display: flex;
  justify-content: space-between;
}

footer .inner .footer-left {
  display: flex;
  flex-direction: column;
}

footer .inner .footer-left img {
  max-width: 200px;
}

footer .inner .footer-left p {
  font-size: 14px;
  margin-top: 32px;
}

footer .inner .footer-right h4 {
  font-size: 18px;
  font-weight: 500;
}

footer .inner .footer-right p {
  margin-top: 16px;
  font-size: 14px;
}

footer .inner .footer-right p a {
  text-decoration: none;
  color: #fff;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 32px;
}

@media (max-width: 768px) {
  footer {
    padding: 80px 16px 24px 16px;
  }

  footer .inner {
    flex-direction: column;
    gap: 40px;
  }
}
