footer {
  background: #0D1C29;
  color: #FFFFFF;
}
footer .a,
footer a:link,
footer a:visited {
  color: #FFFFFF;
}
footer .footer-message {
  float: left;
}
footer .footer-address {
  float: right;
}
@media screen and (max-width: 767px) {
  #footerContainer {
    text-align: center;
  }
  .footer-row {
    flex-direction: column;
  }
  .social-icons-group {
    justify-content: center;
  }
  .social-icons-group-instagram {
    margin-left: 1rem;
  }
}
