@media (max-width: 991px) {
  .site-footer__top {
    padding: 5rem 0 2.5rem;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    justify-items: center;
    text-align: center;
  }

  .site-footer__brand {
    text-align: center;
    justify-items: center;
  }

  .site-footer__logo {
    justify-content: center;
    margin-inline: auto;
  }

  .site-footer__brand p {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__grid > div {
    justify-items: center;
    text-align: center;
  }

  .site-footer__links,
  .site-footer__contact {
    text-align: center;
    justify-items: center;
  }

  .site-footer__contact li {
    justify-content: center;
    text-align: center;
  }

  .site-footer__contact a {
    text-align: center;
  }

  .site-footer__socials {
    justify-content: center;
  }

  .site-footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    margin-top: 4rem;
    padding-top: 1.75rem;
  }

  .site-footer__bottom p {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__developed {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .site-footer__top {
    padding: 4.5rem 0 2.25rem;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
    text-align: center;
  }

  .site-footer__brand {
    text-align: center;
    justify-items: center;
  }

  .site-footer__logo {
    justify-content: center;
    margin-inline: auto;
  }

  .site-footer__brand p {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__grid > div {
    justify-items: center;
    text-align: center;
  }

  .site-footer__links,
  .site-footer__contact {
    text-align: center;
    justify-items: center;
  }

  .site-footer__contact li {
    justify-content: center;
    text-align: center;
  }

  .site-footer__contact a {
    text-align: center;
  }

  .site-footer__socials {
    justify-content: center;
  }

  .site-footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    margin-top: 3.25rem;
    padding-top: 1.5rem;
  }

  .site-footer__bottom p {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__developed {
    justify-self: center;
  }

  .site-footer__developed img {
    max-width: 170px;
  }
}