footer {
  position: relative;
  z-index: 40;
  height: 50vh;
  background: linear-gradient(to right top, #86d028, #28a836);
  display: flex;
  align-items: center;
  color: black;
}

footer a {
  color: black;
  transition: 0.5s;
}

footer #dots-footer {
  position: absolute;
  height: 100%;
  padding: 2rem 0;
  z-index: -1;
}

.footer-container {
  width: 100%;
  padding: 0 6rem;
  display: flex;
  gap: 8rem;
  align-items: center;
}

.footer-logo {
  width: 8rem;
}

.footer-container .footer-menus {
  display: flex;
  gap: 6rem;
}

.footer-menus h2 {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 3rem;
}

.footer-menus h2:hover a {
  color: white;
}

.footer-address p {
  font-weight: 600;
  line-height: 1.5rem;
}

.footer-address h4 {
  margin-top: 0.5rem;
  font-weight: 900;
  font-size: 1.2rem;
}

.footer-address h4:hover a {
  color: white;
}

.footer-copyright {
  position: absolute;
  bottom: 8%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 0.8rem;
  font-weight: 500;
}

.footer-copyright p:last-child:hover {
  font-weight: 700;
}
