


footer .help-links {
  flex-direction: row;
}

footer .copyright p,
footer .copyright .footer_logo {
  width: 30%;
}


footer .social_icon li a {
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}


footer .copyright {
  justify-content: space-around;
  flex-direction: row;
}

footer .copyright .footer_logo {
  align-items: start;
  justify-content: start;
}

footer .copyright p {
  font-size: 1.2rem;
}

footer .copyright svg {
  width: 3.2rem;
  fill: #858585;
  transition: fill 0.3s ease;
}
footer .copyright p:nth-child(3) {
  text-align: end;
}