*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --font-style: "almmfyt", "albbpht-2.0-45", "albbpht-2.0-35";
}
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  font-family: var(--font-style);
  font-size: 14px;
  color: #333;
}
img {
  vertical-align: bottom;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#foot {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 60px ;
  font-size: 30px;
  line-height: 70px;
}
@media (max-width: 888px) {
  #foot {
    display: flex;
    flex-direction: column;
    padding-top: 5.63063063vw;
    font-size: 3.37837838vw;
    line-height: 5.63063063vw;
    text-align: center;
  }
}
