.gt-footer {
  background-color: var(--color-bg-light);
  padding: 64px 0 32px;
  text-align: center;
  border-top: none;
  margin-top: 0;
  overflow: hidden;
}

.gt-footer__logo img {
  width: auto;
  margin: 0 auto 32px auto;
}

.gt-footer__nav {
  margin-bottom: 24px;
}

.gt-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.gt-footer__menu li a {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-cream);
  line-height: 24px;
  transition: color 0.2s;
}

.gt-footer__menu li a:hover {
  color: var(--color-green);
}

.gt-footer__disclaimer {
  max-width: 1198px;
  margin: 0 auto 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-cream);
  text-align: center;
}

.gt-footer__disclaimer p {
  margin-bottom: 8px;
}

.gt-footer__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  align-items: center;
  margin-bottom: 28px;
}

.gt-footer__icon-link img {
  height: 24px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.gt-footer__icon-link:hover img {
  opacity: 1;
}

.gt-footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-cream);
}

.gt-footer__copyright strong {
  font-weight: 700;
}
