.footer {
  width: 100%;
  min-height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  background: linear-gradient(180deg, #ded6c3 0%, #fff 100%);
}

.footer__container {
  width: 100%;
  max-width: 1700px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__company {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #002c20;
}

.footer__email {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #002c20;
  text-decoration: underline;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link {
  font-weight: 400;
  font-size: 16px;
  color: #002c20;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__copy {
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #002c20;
}
