footer {
  background: #009016;
}
footer .container {
  padding: 42px 26px;
}
.footer {
  gap: 20px;
}
.footer-information h1 {
  color: #fff;
}
.footer-information .item {
  margin-bottom: 15px;
  gap: 15px;
}
.footer-information .item i {
  background: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 40px;
  font-size: 22px;
}
.footer-information .item p {
  color: #fff;
  font-size: 16px;
}
.footer-pages {
  gap: 10px;
}
.footer-pages h1,
.footer-pages a,
.footer-about p {
  color: #fff;
}
.footer-pages a,
.footer-about p {
  font-size: 14px;
}
.container-author {
  background: #00600f;
  padding: 8px;
}
.text-author {
  color: #fff;
  font-size: 10px;
}
.footer-socialMedia .icon {
  font-size: 28px;
  color: #fff;
	transition: all .5s;
}
.footer-socialMedia .icon:hover {
  color: #a9ca19;
}
.footer-socialMedia-icons {
  display: flex;
  gap: 8px;
}
.footer-socialMedia h4 {
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    flex-direction: row !important;
  }
  .footer-pages {
    gap: 20px;
  }
  .footer .footer-about {
    width: 50%;
  }
  .footer .footer-information,
  .footer .footer-pages {
    width: 25%;
  }
  .footer-socialMedia-icons {
    gap: 16px;
  }
}
