.site-footer {
  width: 100%;
  background: #5b5b5f;
  color: #ffffff;
  margin-top: 0;
}

.site-footer__inner {
  max-width: var(--inpesa-layout-width);
  margin: 0 auto;
  padding: 44px var(--inpesa-layout-gutter) 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.site-footer__col {
  min-width: 0;
}

.site-footer__col--brand {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-footer__logo > img {
  width: auto;
  height: 55px;
  max-width: 100%;
  object-fit: contain;
}

.site-footer__social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.site-footer__social a {
  display: inline-flex;
  width: 22px;
  height: 22px;
}

.site-footer__social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.site-footer__phones {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.site-footer__social + .site-footer__phones {
  margin-top: 24px;
}

.site-footer__mail {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.site-footer__links a {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: none;
}
