footer {
  padding: 3rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 4rem;
  row-gap: 4rem;
}

.footer-top h4 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.footer-top ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 1rem;
}

.footer-top h1 {
  font-size: 1rem;
  font-weight: 500;
}

.footer-top .payment-options {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
}

.footer-bottom {
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-bottom p {
  text-align: center;
}

.footer-bottom .socials {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
