footer {
  min-width: 320px;
  background-color: #141414;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 256px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex-wrap: wrap;
}

footer h4 {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #cc6a80;
}

footer a {
  color: #cecece;
  margin-bottom: 12px;
  display: block;
}

footer .container ul {
  margin-left: 32px;
  margin-right: 32px;
  width: 200px;
  margin-bottom: 48px;
}

footer a:hover {
  color: #cc6a80;
}

footer .footer-infos {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;

  color: #cc6a80;
}
footer .footer-infos p {
  margin-bottom: 10px;
}

.footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 48px;
}

.footer-social ul li a {
  font-size: 18px;
  margin-left: 16px;
  margin-right: 12px;
  color: #cecece;
}
.footer-social ul li a:hover {
  color: #cc6a80;
}
