footer {
  background: #f6f6f6;
}
footer > div:nth-child(1) {
  padding: 100px 70px 100px;
  display: flex;
  flex-wrap: wrap;
}
footer > div:nth-child(1) > div:nth-child(1) {
  width: 49%;
}
footer > div:nth-child(1) > div:nth-child(1) a {
}
footer > div:nth-child(1) > div:nth-child(1) a img {
}
footer > div:nth-child(1) > div:nth-child(1) p {
  width: 300px;
  margin-top: 20px;
}

footer > div:nth-child(1) > div:nth-child(2),
footer > div:nth-child(1) > div:nth-child(3),
footer > div:nth-child(1) > div:nth-child(4) {
  width: 17%;
  display: flex;
  flex-direction: column;
}

footer > div:nth-child(1) > div:nth-child(2) h3,
footer > div:nth-child(1) > div:nth-child(3) h3,
footer > div:nth-child(1) > div:nth-child(4) h3 {
  margin-bottom: 15px;
}

footer > div:nth-child(1) > div:nth-child(2) a,
footer > div:nth-child(1) > div:nth-child(3) a,
footer > div:nth-child(1) > div:nth-child(4) a {
  margin-bottom: 10px;
  text-decoration: none;
  color: black;
}

footer > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  padding: 0 70px 30px;
  align-items: center;
}

footer > div:nth-child(2) p {
}

@media screen and (max-width: 1114px) {
  /* footer */

  footer > div:nth-child(1) {
    padding: 100px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  footer > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px;
    align-items: center;
  }
}

@media screen and (max-width: 675px) {
  footer > div:nth-child(1) {
    padding: 30px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  footer > div:nth-child(1) > div:nth-child(1) {
    width: 100%;
  }

  footer > div:nth-child(1) > div:nth-child(1) p {
    width: 100%;
    margin-top: 20px;
  }
  footer > div:nth-child(1) > div:nth-child(2),
  footer > div:nth-child(1) > div:nth-child(3),
  footer > div:nth-child(1) > div:nth-child(4) {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  footer > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px;
    align-items: center;
    flex-direction: column;
  }

  footer > div:nth-child(2) p {
    margin-top: 10px;
  }
}
