@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dosis/v19/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml1RMB.ttf) format('truetype');
}

.footer-links {
  display: flex;
  gap: 20px;
  margin: 10px 0;
  justify-content: center;

  @media (max-width:767px) {
    flex-direction: column;
  }
}

.footer-links a {
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
