footer {
  background-color: white;
}

li{
  list-style: none;
  color: black;
}
.div-footer-1 h2 {
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  max-width: 367px;
  padding-bottom: 13px;
}

.div-footer-2 {
  display: flex;
  gap: 22px;
  padding-bottom: 18px;
}
.ul-text-footer-1 li a {
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  max-width: 367px;
}

.div-footer-1 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.div-footer-text-2 h2 {
  color: black;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 13px;
}

.div-footer-text-2 ul a {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.div-footer-text-2 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.div-footer-text-2 ul li {
  font-weight: 300;
  font-size: 15px;
}

.container-footer {
  width: 93%;
  margin: 1px auto;
}

.div-footer-1 {
  padding: 14px 0px;
}

footer h3 {
  color: black;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 14px 0px 15px;
  border-top: 1px solid black;
}

footer img{
  width: 230px;
}





@media screen and (min-width: 600px) {
  .container-footer {
    margin: 1px auto;
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    padding: 25px 0px;
  }

  .div-footer-1 {
    padding: 0px 0px;
  }

  .div-footer-1 h2 {
    padding: 13px 0px;
  }

  footer h3 {
    width: 500px;
    margin: 0 auto;
  }
}