.footer.footer-narrow {
  max-width: 803px;
  margin: 0 auto;
}

.footer-top-row {
  background: url(/wp-content/themes/best-shop/images/top-footer-home.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 20px;
}

.footer-top-row a {
  color: #fff;
  font-family: lato,sans-serif;
  font-weight: 700;
}

.footer-br {
  display: block;
  height: 35px;
}

.footer-bottom-container {
  background: url(/wp-content/themes/best-shop/images/home-footer.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
}

.footer-bottom-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  align-items: center;
  min-height: 142px;
  max-width: 490px;
  margin: 0 auto;
}

.footer-bottom-row .left, .footer-bottom-row .center, .footer-bottom-row .right {
  justify-content: center;
  display: flex;
  align-items: center;
}

.footer-bottom-row img {
  max-width: 120px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .footer-bottom-row {
    padding: 30px 0;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 20px;
  
    .footer-top-row {
    flex-direction: column;
    padding: 12.5px;
    gap: 15px;
  }
}
}