.site-footer {
  background: #171b20;
  color: #dbe3ea;
}

.site-footer-main {
  padding: 3.25rem 0 2.75rem;
}

.site-footer-brand img {
  display: block;
  height: auto;
  margin-bottom: 1.25rem;
  max-width: 230px;
  width: 100%;
}

.site-footer-brand p {
  color: #cbd3da;
  line-height: 1.6;
  margin-bottom: .8rem;
  max-width: 31rem;
}

.site-footer-location {
  color: #fff;
  font-weight: 700;
}

.site-footer-location::before {
  background: rgb(246,139,30);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: .6rem;
  margin-right: .55rem;
  width: .6rem;
}

.site-footer h2 {
  color: rgb(246,139,30);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li + li {
  margin-top: .65rem;
}

.site-footer-links a {
  color: #f4f7f9;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
  color: rgb(246,139,30);
  text-decoration: underline;
  text-underline-offset: .25rem;
}

.site-footer-bottom {
  background: rgb(44,112,184);
  color: #fff;
  padding: 1rem 0;
}

.site-footer-bottom-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  justify-content: space-between;
}

.site-footer-bottom small {
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .site-footer-main {
    padding: 2.5rem 0 2rem;
    text-align: center;
  }

  .site-footer-brand img,
  .site-footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer h2 {
    margin-top: .6rem;
  }

  .site-footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }
}
