footer.footer {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light);
  padding: 40px 0 var(--wp--preset--spacing--xl) 0;
  position: relative;
  z-index: 10;
}
footer.footer .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer.footer .container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
footer.footer .container .logo-pnf {
  width: 300px;
  height: 300px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  footer.footer .container .logo-pnf {
    margin: auto;
    margin-top: -50px;
  }
}
footer.footer .container .logo-pnf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.footer .container .signature {
  max-width: 100%;
}
footer.footer .container .signature img {
  width: 100%;
  height: auto;
}
footer.footer .container .content {
  justify-self: flex-end;
}
footer.footer .container .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: var(--wp--preset--spacing--xl);
}
footer.footer .container .content h4:first-child {
  margin-top: 0px;
}
footer.footer .container .content p {
  margin: 0px;
}
footer.footer .container .content a {
  color: white;
}
footer.footer .container .content .social {
  margin-top: var(--wp--preset--spacing--xl);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer.footer .container .content .social {
    justify-content: center;
  }
}
footer.footer .container .content .social h4 {
  margin: 0;
}
footer.footer .bottom {
  justify-content: space-between;
  font-size: 14px;
  padding-top: 40px;
  border-top: 1px solid var(--wp--preset--color--light);
  margin-top: 40px !important;
}
footer.footer .bottom a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
}