.site-footer {
  padding-top: 5rem;
  background: #101f2c;
}

.footer-grid-simple {
  grid-template-columns: 190px minmax(340px, 1.45fr) 300px minmax(150px, 0.65fr);
  gap: clamp(2.5rem, 4vw, 5rem);
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer .footer-logo-column,
.site-footer .footer-company,
.site-footer .footer-links {
  display: block;
  margin: 0;
}

.site-footer .footer-links {
  display: flex;
}

.footer-company,
.footer-links {
  margin: 0;
}

.footer-geoxip-logo {
  width: 190px;
  height: 120px;
  margin: -1.4rem 0 0;
  object-fit: contain;
  object-position: left center;
}

.footer-company h3,
.footer-links h3 {
  margin: 0 0 2rem;
  color: #71859a;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.footer-company h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}

.footer-company p {
  margin: 0 0 0.55rem;
  color: #e3e8ed;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-company a {
  display: block;
  width: max-content;
}

.footer-company .footer-main-phone {
  margin: 0.25rem 0 1.2rem;
  color: #fff !important;
  font: 700 1rem "DM Sans", sans-serif;
  letter-spacing: 0;
}

.footer-mail {
  margin-bottom: 1.55rem;
  color: #e3e8ed;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-office {
  max-width: 390px;
}

.footer-links {
  gap: 0.72rem;
}

.footer-links a {
  color: #e3e8ed;
}

.founder-award {
  align-self: start;
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #c4cfd9;
  border: 0;
}

.founder-award:hover {
  background: transparent;
}

.founder-award img {
  width: min(300px, 100%);
  height: auto;
  background: #fff;
}

.founder-award span {
  display: block;
  margin-top: 0.8rem;
  color: #899baa;
  font-size: 0.72rem;
}

.footer-bottom {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

  .founder-award {
    grid-column: auto;
  }
}

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

  .founder-award {
    grid-column: auto;
  }
}
