* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Urbanist";
}

.footer__logo {
  width: 50px;
  height: 50px;
}

.footer__icon {
  width: 30px;
  height: 30px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.footer__icons,
.footer__social-networks {
  margin-top: 40px;
}

.footer__year {
  margin-top: 20px;
}

.footer__icon-title {
  position: relative;
  bottom: 10px;
}

.footer__icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 1024px) {
  .footer__icons {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
}

.footer__social-networks {
  display: flex;
  gap: 20px;
}

.footer__home,
.footer__services,
.footer__contact {
  text-decoration: none;
  color: black;
}
