.gw-footer {
  margin-top: 0;
  border-top: 1px solid rgba(95, 69, 47, 0.16);
  background: #f9f3ea;
  color: #5f452f;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
}

.gw-footer a {
  color: inherit;
  text-underline-offset: 3px;
}

.gw-footer__main {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) minmax(180px, 0.85fr) minmax(220px, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
  padding-top: 56px;
  padding-bottom: 48px;
}

.gw-footer__logo {
  width: 154px;
  height: 112px;
  object-fit: contain;
}

.gw-footer__description {
  max-width: 330px;
  margin: 16px 0 0;
  color: #75685d;
  font-size: 15px;
  line-height: 1.65;
}

.gw-footer__heading {
  margin: 0 0 18px;
  color: #8b5e3c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.gw-footer__links {
  display: grid;
  gap: 11px;
}

.gw-footer__links a,
.gw-footer__support a {
  color: #5f452f;
  font-size: 15px;
}

.gw-footer__links a:hover,
.gw-footer__support a:hover {
  color: #456a43;
}

.gw-footer__support p {
  margin: 0 0 14px;
  color: #75685d;
  font-size: 15px;
  line-height: 1.65;
}

.gw-footer__email {
  display: inline-block;
  font-weight: 700;
}

.gw-footer__bottom {
  border-top: 1px solid rgba(95, 69, 47, 0.16);
}

.gw-footer__bottom-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.gw-footer__copyright {
  margin: 0;
  color: #75685d;
  font-size: 14px;
}

.gw-footer__utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.gw-footer__utility a {
  color: #75685d;
  font-size: 14px;
}

@media (max-width: 820px) {
  .gw-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .gw-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .gw-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .gw-footer__brand {
    grid-column: auto;
  }

  .gw-footer__bottom-inner {
    display: block;
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .gw-footer__utility {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
