@media (max-width: 576px) {
  .footer-helply {
    text-align: center;
  }

  .footer-helply .col-6,
  .footer-helply .col-12 {
    margin-bottom: 1.5rem; /* spacing between sections */
  }

  .footer-helply .d-flex {
    justify-content: center !important; /* center flex items like social icons & app badges */
  }

  .footer-helply ul {
    padding-left: 0; /* remove left padding for lists */
  }
}
.bg-footer{
  background-color: #F3F6F6;
}

.footer-text {
  font-size: small;
}