h1,
h2,
h3,
h4 {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

footer {
  display: flex;
  min-width: 1200px;
  justify-content: space-between;
  gap: 130px;
  margin-top: 70px;
  margin-bottom: 70px;
}
h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #2f281e;
  margin-bottom: 30px;
}

li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #544837;
  margin-bottom: 15px;
}
.footer-col {
  max-width: 280px;

  h3 {
    margin-bottom: 25px;
  }
  form {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
    width: 340px;
    height: 50px;
    border: 1px solid #bcd0e5;
    border-radius: 4px;
  }

  button {
    justify-content: center;
    align-items: center;
    padding: 13px 40px;
    width: 180px;
    height: 50px;
    background: #ff9900;
    border-radius: 4px;
  }
}
