.footer {
  background-color: var(--bg-main);
  padding: max(1.9791666667vw, 20px) 0 max(1.875vw, 20px);
  --color: var(--white);
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__link {
  text-decoration: underline;
  text-transform: inherit;
  letter-spacing: inherit;
  color: var(--text-color);
  transition: all 0.3s;
}
.footer__link:hover {
  color: var(--text-hover);
}

.grampus-link {
  display: flex;
  align-items: center;
  text-transform: inherit;
  letter-spacing: inherit;
  color: var(--text-color);
}
.grampus-link:hover {
  color: var(--text-hover);
}
.grampus-link svg {
  width: max(5.78125vw, 111px);
  height: max(1.3541666667vw, 26px);
  fill: var(--text-color);
  margin-left: max(0.7291666667vw, 10px);
}
.grampus-link:hover svg {
  fill: var(--text-hover);
}

@media (max-width: 575px) {
  .footer__container {
    flex-direction: column;
  }
  .footer__container > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=footer.css.map */
