footer {
  background-color: #17161b;
  background-color: var(--secondary_color);
}
footer .footer__middle-container {
  max-width: 1200px;
  padding: 30px 20px;
  margin: 0 auto;
}
footer .footer__middle-container .region-footer .text-formatted {
  color: white;
  color: var(--text_light_color);
}
