.b2b-partner-footer {
  padding: 28px 0 48px;
  background: #ffffff;
  border-top: 1px solid #e7e9eb;
}

.b2b-partner-footer .page-width {
  max-width: 1280px;
}

.b2b-partner-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  gap: 28px;
  padding: 26px 0 20px;
}

.b2b-partner-footer__logo {
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 14px;
  object-fit: contain;
}

.b2b-partner-footer__eyebrow {
  margin: 0 0 10px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.b2b-partner-footer__brand h2 {
  margin: 0 0 10px;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.08;
  text-wrap: balance;
}

.b2b-partner-footer__brand p,
.b2b-partner-footer__links a,
.b2b-partner-footer__links span,
.b2b-partner-footer__bottom span,
.b2b-partner-footer__bottom a {
  color: #50545a;
  font-size: 15px;
  line-height: 1.7;
}

.b2b-partner-footer__links {
  display: grid;
  gap: 8px;
}

.b2b-partner-footer__links a {
  text-decoration: none;
}

.b2b-partner-footer__links a:hover,
.b2b-partner-footer__bottom a:hover {
  text-decoration: underline;
}

.b2b-partner-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid #e7e9eb;
}

.b2b-partner-footer a:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 4px;
}

.b2b-partner-footer__bottom a {
  text-decoration: none;
}

@media (max-width: 989px) {
  .b2b-partner-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .b2b-partner-footer {
    padding-bottom: 34px;
  }

  .b2b-partner-footer__brand h2 {
    font-size: 28px;
  }

  .b2b-partner-footer__grid,
  .b2b-partner-footer__bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
}
