.brand img {
  width: 250px;
  height: 78px;
  object-fit: contain;
  border-radius: 8px;
}

.site-header {
  height: 110px;
}

footer {
  grid-template-columns: 1fr auto;
}

@media (max-width: 850px) {
  .site-header {
    height: 92px;
  }

  .brand img {
    width: 205px;
    height: 66px;
  }

  .site-header nav {
    top: 92px;
  }
}

@media (max-width: 570px) {
  footer {
    grid-template-columns: 1fr;
  }
}
