footer.footer {
  background-color: var(--wp--preset--color--blue);
}
footer.footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  flex-direction: column;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: 160%;
  /* 25.6px */
}
@media screen and (min-width: 768px) {
  footer.footer .footer-content {
    flex-direction: row;
    text-align: left;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
footer.footer .footer-content .site-logo p {
  margin-top: 31px;
  max-width: 318px;
}
footer.footer .footer-content .follow p {
  font-size: 11px;
  line-height: 100%;
  /* 11px */
  text-transform: uppercase;
  font-weight: 600;
  color: var(--wp--preset--color--light);
}
footer.footer .footer-content .follow .social-icons {
  display: flex;
  gap: 20px;
}
footer.footer .footer-content .follow .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
footer.footer .border {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer.footer .bottom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 150%;
  /* 19.5px */
}
footer.footer .bottom-content {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer.footer .bottom-content {
    margin-top: 58px;
  }
}
footer.footer .bottom-content p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer.footer .bottom-content p {
    width: auto;
  }
}
footer.footer .bottom-content ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
footer.footer .bottom-content ul li {
  list-style: none;
}
footer.footer .bottom-content ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 150%;
  /* 19.5px */
}