/* foot */
.foot {
  width: calc(100% - 0rem);
  background-color: var(--color-primary-light);
  order: 3;
}

.foot_container {
  width: calc(100% - 1.25rem);
  max-width: calc(75rem - 1.25rem);
  height: calc(4.5rem - 0rem);
  margin: 0 auto;
  padding: 0 0.625rem;
  display: flex;
}

.foot_container ul {
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.foot_container ul li {
  width: fit-content;
  margin: 0 0.625rem;
  color: var(--black);
  font-size: 0.75em;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 960px) {}


@media only screen and (max-width: 480px) {}

