.races-footer {
  background: #001726;
  color: #bddbed;
  margin-top: 70px;
  padding: 0;
}
.races-footer__inner {
  padding: 52px 0 36px;
}
.races-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.races-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  min-width: 0;
}
.races-footer__brand:hover {
  color: #fff;
  text-decoration: none;
}
.races-footer__logo {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  object-fit: contain;
}
.races-footer__brand .races-brand__text {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.08;
}
.races-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 0;
  align-items: start;
  margin-top: 34px;
  background: #02253e;
  border: 1px solid rgba(255, 255, 255, .18);
}
.races-footer__panel {
  min-height: 100%;
  padding: 28px 32px 30px;
}
.races-footer__panel + .races-footer__panel {
  border-left: 1px solid rgba(255, 255, 255, .18);
}
.races-footer__panel--links {
  background: #063356;
}
.races-footer__panel--contact {
  background: #02253e;
}
.races-footer__panel h4 {
  color: #fff;
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.races-footer__panel p {
  margin: 0;
  max-width: 30em;
}
.races-footer__panel p + p {
  margin-top: 10px;
}
.races-footer a {
  color: #fff;
  text-decoration: none;
}
.races-footer a:hover {
  color: #f6b044;
}
.races-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.races-footer__links li {
  margin: 0;
}
.races-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.races-footer__links a::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: #f6b044;
}
.races-footer__bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #9fc6dc;
  font-size: 1.3rem;
}
.races-footer__bottom img {
  width: 88px;
  flex: 0 0 auto;
}
.races-footer__bottom p {
  margin: 0;
}

@media (max-width: 720px) {
  .races-footer__inner {
    padding: 36px 0 30px;
  }
  .races-footer__top {
    padding-bottom: 24px;
  }
  .races-footer__brand {
    align-items: flex-start;
  }
  .races-footer__logo {
    width: 52px;
    height: 52px;
  }
  .races-footer__brand .races-brand__text {
    font-size: 1.75rem;
  }
  .races-footer__grid {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }
  .races-footer__panel {
    padding: 24px;
  }
  .races-footer__panel + .races-footer__panel {
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }
  .races-footer__links {
    grid-template-columns: 1fr;
  }
  .races-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
