#about_links.home-section .fa-ul {
  margin-left: 3.14285714rem; /* Must be > `fa-2x` icon size. */
  padding-top: 1.5em;
}

#about_links.home-section .fa-li {
  position: absolute;
  left: -3.14285714rem; /* Negative of `#about_links.home-section .fa-ul` margin. */
  width: 2rem; /* Match `fa-2x` icon size. */
  top: 0.14285714em; /* Default FA value. */
  text-align: center;
}

#about_links.home-section li {
  padding-top: 0.8rem; /* Align text with bottom of `fa-2x` icon. */
  margin-bottom: 0.3rem;
}

#about_links.home-section li:last-of-type {
  margin-bottom: 0;
}
