.aw-site-footer {
  border-top: 1px solid rgba(22, 35, 60, 0.14);
  color: #16233a;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
  margin-left: calc(50% - 50vw);
  margin-top: 36px;
  overflow-x: hidden;
  padding: 18px 20px 20px;
  width: 100vw;
}

.aw-site-footer__inner {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.aw-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}

.aw-site-footer__links a {
  color: #16233a;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
}

.aw-site-footer__links a:hover,
.aw-site-footer__links a:focus {
  color: #b98516;
}

.aw-site-footer__tagline {
  justify-self: end;
  text-align: right;
}

@media (max-width: 760px) {
  .aw-site-footer {
    margin-top: 28px;
    padding: 18px 18px 22px;
  }

  .aw-site-footer__inner {
    gap: 10px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .aw-site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 6px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 330px;
    overflow-wrap: normal;
  }

  .aw-site-footer__links a,
  .aw-site-footer__links span {
    display: inline;
  }

  .aw-site-footer__tagline {
    justify-self: center;
    text-align: center;
  }
}
