.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit,220px);
  grid-gap: 40px;
  font-size: 13px;
  line-height: 1.3;
  justify-content: center;
}
.footer-columns h3 {
  font-size: 16px;
  color: inherit;
}
.footer-columns nav a {
  display: block;
  margin-bottom: 6px;
  color: inherit;
  text-decoration: none;
}
.footer-copyright {
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14.5px;
}
.footer-copyright article {
  flex-grow: 0;
}
.footer-copyright img {
  height: 40px;
}
.footer-copyright a {
  color: inherit;
  text-decoration: none;
}
footer:nth-of-type(1) {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 15px;
  }
}
