.site-footer {
  background-color: #FFFFFF;
  width: 100%;
}

.site-footer .footer-links-container {
  padding: 1rem 32px 1rem 32px;
  border-top: 1px solid #CCCCCC;
}

.site-footer .footer-inner-container {
  padding: 24px 32px 24px 32px;
  border-top: 1px solid rgba(204, 204, 204, 60%);
}

.site-footer .footer-links-container .footer-links {
  width: 100%;
  display: grid;
}

.site-footer .footer-links-container .footer-links .footer-links-content {
  width: 100%;
  max-width: 1220px;
  justify-self: center;
}

.site-footer .footer-links-container .footer-links .footer-links-content .footer-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  gap: 3rem;
  line-height: 16px;
}

.site-footer .footer-links-container .footer-links .footer-links-content .footer-menu .footer-menu-item a {
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  color: #4D4D4D;
}

.site-footer .footer-links-container .footer-links .footer-links-content .footer-menu .footer-menu-item a:hover {
  text-decoration: underline;
}

.site-footer .footer-inner {
  width: 100%;
  display: grid;
}

.site-footer .footer-inner .footer-content {
  width: 100%;
  max-width: 1220px;
  justify-self: center;
}

.site-footer .footer-inner .footer-content .footer-copyright {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #4D4D4D;
}

.site-footer .footer-inner .footer-content .footer-info {
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #4D4D4D;
}

@media screen and (max-width: 660px) {
  .site-footer .footer-links-container .footer-links .footer-links-content .footer-menu {
    display: block;
    line-height: 24px;
  }
}