.wc-footer {
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
}

.wc-footer-top {
  border-top: 1px solid #716D6E;
  border-bottom: 1px solid #716D6E;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: flex-end;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wc-footer-top__container .wc-title {
  margin-bottom: 4px;
}

.wc-footer-top__container p {
  margin: 0;
  color: #433D3F;
  font-size: 14px;
  font-weight: 300;
}

.wc-footer-bottom__nav {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 64px;
}

.wc-footer-bottom__nav ul {
  list-style: none;
  margin: 0;
}

.wc-footer-bottom__nav ul .title {
  color: #433D3F;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.wc-footer-bottom__nav ul .links a {
  color: #433D3F;
  font-size: 14px;
  font-weight: 300;
}

.wc-footer-bottom__logo {
  width: fit-content;
  margin: 48px auto 0 auto;
}

.wc-footer-bottom__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.wc-footer-bottom__last {
  text-align: center;
  color: #716D6E;
  font-size: 12px;
  font-weight: 300;
  margin-top: 32px;
}

@media(max-width: 1000px) {
  .wc-footer {
    padding: 0 15px;
    margin-top: 64px;
  }

  .wc-footer-top {
    flex-direction: column;
    gap: 26px;
    padding: 26px 12px;
    align-items: flex-start;
  }

  .wc-footer-bottom__logo svg {
    max-width: 240px;
  }
}