.footer-link li {
  margin-top: 10px;
  margin-bottom: 10px;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer img {
  max-width: 100%;
  height: auto;
}

footer iframe {
  width: 100%;
  max-width: 100%;
  height: 240px;
}

footer .row.text-center.text-md-start {
  row-gap: 12px;
}

footer .footer-link {
  margin-bottom: 0;
}

footer .footer-link a {
  word-break: break-word;
}

@media (max-width: 991.98px) {
  footer .mobile-responsive-row {
    row-gap: 8px;
  }

  footer .mobile-responsive-row .col-4,
  footer .mobile-responsive-row .col-7 {
    width: 100%;
    max-width: 100%;
    border-left: none !important;
  }
}
