/* Remove default margin */
body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}

.social-links li,
.footer-links li {
  margin-bottom: 10px;
  padding: 0 !important;
}
.footer h3 {
  font-size: 1.3rem !important;
  margin-bottom: 0.938rem;
  text-align: left !important;
}
.footer-column p {
  color: #705e53;
}
.footer-column p,
.footer-column a {
  font-size: 1rem !important;
  text-decoration: none;
  line-height: 1.6;
  font-family: var(--body-font);
}

.footer-column a {
  color: #705e53;
}
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    max-width: 100%;
  }
  .footer h3 {
    text-align: center !important;
  }
}
