/* ================================
   Footer
   ================================ */
.site-footer {
  padding: 40px 0;
  color: white;
  margin-top: 100px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column .column-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  font-family: Jost;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-column a {
  transition: color 0.3s;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: Inter;
}

.footer-copyright {
  margin-top: 50px;
}
