
@media only screen and (min-width: 992px){
  .m-site-footer__middle .col-md-offset-2 {
      margin-left: 0%!important;
  }

  
  /* Force all text in the footer to be white */
.m-site-footer, 
.m-site-footer p, 
.m-site-footer li, 
.m-site-footer h6, 
.m-site-footer span {
    color: #ffffff !important;
}

/* Force all links in the footer to be white */
.m-site-footer a {
    color: #ffffff !important;
    text-decoration: none; /* optional */
}

/* Optional: Ensure links stay white even when hovered */
.m-site-footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}