.home::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  padding-right: 12px;
}

.totheright::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 12px;
}

.totheleft::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 12px;
}