* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  scroll-behavior: smooth;
}

footer {
  background-color: #062F4F;
  display: flex;
  align-items: center;
  justify-content: start;
  color: white;
}

.footer__div {
  display: flex;
  align-items: start;
}

.footer__img {
  margin: 0 3%;
}

.footer__div-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 15px 20px;
}

.footer__div-div:first-child {
  align-self: center;
}

.footer__div-div:first-child div{
  background-color: white;
  display: flex;
  height: 130px;
  width: 1px;
  margin: 0 20px;
}

.footer__div-div-h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

.footer__div-div-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.footer__div-div-div i {
  align-self: center;
  margin: 0 10px 0 0;
}

#footer__div-div-div {
  display: flex;
  flex-direction: column;
}

.footer__div-div-div-div a {
  color: white;
  text-decoration: none;
}

.footer__div-div-div a {
  color: white;
  text-decoration: none;
}

.footer__div-div-div-div {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  footer {
    flex-direction: column;
  }

  .footer__div {
    flex-direction: column;
    width: 90%;
  }

  .footer__div-div:first-child {
    background-color: white;
    display: flex;
    height: 1px;
    width: 95%;
    margin: 0 20px;
  }
}

.none {
  display: none;
}