.footer-middle {
  background: var(--qridaBlue);
  background: linear-gradient(90deg, var(--qridaBlue), var(--gold));
  color: var(--white) !important;
  padding: 2rem 0;
  font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
}

/* Ensure all text in footer-middle is white */
.footer-middle h1,
.footer-middle h2,
.footer-middle h3,
.footer-middle h4,
.footer-middle h5,
.footer-middle h6,
.footer-middle p,
.footer-middle span,
.footer-middle .text-content,
.footer-middle .field--name-body {
  color: var(--white) !important;
  margin: 0 0 1rem;
}
.footer-middle .footer-middle-socials {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 0 0;
}
.footer-middle .footer-middle-socials a {
  border: none;
  color: currentColor;
  margin: 0 0.5rem;
  text-decoration: none;
}
.footer-middle .footer-middle-socials svg {
  fill: currentColor !important;
  height: 1.5rem;
  width: 1.5rem;
}
@media (pointer: fine) {
  .footer-middle .footer-middle-socials a:hover,
  .footer-middle .footer-middle-socials a:focus {
    opacity: 0.8;
  }
}
/* Large desktop */
@media screen and (min-width: 1200px) {
}
/* Extra large desktop */
@media screen and (min-width: 1920px) {
}
