#footer {
  background: var(--clr-footer);
  padding: 2rem var(--padx);
}

.footer {
  justify-content: space-between;
}

.iso-footer {
  width: 60px;
  max-width: 12vw;
  min-width: 40px;
}

.footer a {
  font-size: var(--fnt-p);
}

.footer .contact-ico img {
  background: unset;
  padding: 0;
  min-height: 26px;
  max-height: 26px;
}

.mow {
  height: 1.2rem;
  transition: opacity 150ms;
  margin-left: .2rem;
}

.mow:hover {
  opacity: .8;
}

footer > .footer div:nth-child(3) {
  justify-content: flex-end;
}

@media (max-width: 640px) {

}
