.fa-2x {
  font-size: 1.5em;
}

.underline--magical {
  background-image: linear-gradient(120deg, #057856 0%, #5b23b6 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: 0.25s ease-in;
}

.underline--magical:hover {
  background-size: 100% 88%;
}