






















footer .help-links{
  flex-wrap: wrap;
  width: 50%;
  flex-direction: row;
}



footer .social_icon li a {
  font-size: 2.0rem;
}


footer .copyright {
  justify-content: space-around;
  flex-direction: row;
}
footer .copyright p,
footer .copyright .footer_logo {
  width: 25%;
}

footer .copyright .footer_logo {
  justify-content: start;
}

footer .copyright svg {
  width: 2.8rem;
}

footer .copyright p {
  font-size: 0.8rem;
}

footer .copyright p:nth-child(3) {
  text-align: end;
}