footer {
  position: relative;
  width: 100%;
}

footer::before {
  content: "";
  position: absolute;

  top: -1.5em;
  left: 1.25%;

  width: 97.5%;
  height: 0.5px;

  background-color: black;
}

footer .all-rights-box {
  position: absolute;
  bottom: 0;
  left: 20px;
}

footer .all-rights-box .description-text {
  font-size: 0.75em;
}

footer .social-media-box {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  margin-bottom: 20px;
}

footer .social-media-box .boxes-box {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 500px;
}

footer .social-media-box .boxes-box .box .img-box {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-media-box .boxes-box .box .img-box a {
  transition: 0.2s;

  display: flex;
  justify-content: center;
  align-items: center;

  height: 2em;
}

footer .social-media-box .boxes-box .box .img-box a img {
  height: 100%;
}

footer .social-media-box .boxes-box .box .img-box a:hover {
  transform: scale(1.1);
}

@media (min-width: 1026px) {
  footer {
    font-size: 15px;
  }

  footer .social-media-box .boxes-box .box {
    width: 22.5%;
  }
}

@media (max-width: 1025px) {
  footer {
    font-size: 12px;
  }

  footer .social-media-box {
    padding-bottom: 40px;
  }

  footer .social-media-box .boxes-box .box {
    width: 17.5%;
  }
}
