.links-copyright{
  display: flex;
  color: #6D6E71;
  font-size: 14px;
}

.link-hover__text:hover {
  color: #6D6E71;
  text-decoration: none;
}

{# ---- Tablet Breakpoint ---- #}

@media (max-width: 992px) {

  .links-copyright{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer-new-links{
    flex-direction: column;
  }
}

@media (max-width: 765px) {
  .links-copyright{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
}

.links-copyright-item{
  color: #6D6E71;
  text-decoration: none;
  transition: all 0.2s linear;
}

.links-copyright-item:not(:last-child):after{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #6D6E71;
  display: inline-block;
  margin: 0 10px 0 9px;
  vertical-align: middle;
}

@media (max-width: 765px) {

}

.links-copyright-item-end{
  color: #6D6E71;
  text-decoration: none;
  padding-right: 10px;
  transition: all 0.2s linear;
}


.links-copyright-item__hover:hover{
  color: #76DDB4;
  transition: all 0.2s linear;
  text-decoration: none;
}

.links-copyright-item__one:hover{
  color: #6d6e71;
  transition: all 0.2s linear;
  text-decoration: none;
}