footer {
  background-color: rgb(25, 0, 25);
  color: rgb(223, 205, 191);
  padding: 40px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.footer-image img {
  max-width: 150px; /* Adjust size as needed */
  height: auto;
}

.footer-media-content img {
  width: 60px;
}

.footer-title {
  font-family: "Philosopher", sans-serif;
  font-size: 3rem;
  margin-bottom: 10px;
}

.footer-button button {
  width: 232px;
  height: 50px;
  background-color: rgb(223, 205, 191);
  color: rgb(68, 48, 34);
  font-family: "Philosopher", sans-serif;
  font-size: 1.25rem;
}

.footer-media {
  display: flex;
  gap: 28px;
}

.legal-footer {
  font-family: "Philosopher", sans-serif;
  font-size: 0.6rem;
  background-color: rgb(25, 0, 25);
  max-height: 30px;
}

.legal-footer p {
  color: rgb(223, 205, 191);
}

.legal-footer a {
  color: rgb(180, 151, 124);
}

.legal {
  font-family: "Philosopher", sans-serif;
  font-size: 0.6rem;
}

.legal a {
  color: rgb(180, 151, 124);
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
    padding: 1.2 0.8;
  }
  .footer-image {
    display: none;
  }
  .footer-title {
    font-size: 2rem;
  }
  .footer-media {
    justify-content: center;
    align-items: center;
  }
  footer {
    display: block;
  }
}/*# sourceMappingURL=footer.css.map */