.footer {
  margin-top: 10rem;
  background: url("../../img/footer.png");
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: white;
}

.footer h1 {
  font-size: 100px;
}

.footer p {
  font-size: 24px;
  width: 50%;
}

@media (max-width: 414px) {
  .footer h1 {
    font-size: 48px;
  }
  .footer p {
    margin-top: 2rem;
    font-size: 16px;
    width: 100%;
  }
}

.footer .d-flex {
  margin-top: 15rem;
  gap: 2rem;
}

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

@media (max-width: 414px) {
  .footer .d-flex {
    flex-direction: column;
    margin-top: 5rem;
    gap: 1rem;
  }
}
