.ht--text-with-arrow i.fas.fa-arrow-circle-right {
  transform: rotate(45deg);
  transform-origin: center center;
  transition: 0.3s;
  margin-left: 16px !important;
}
.ht--text-with-arrow:hover i.fas.fa-arrow-circle-right {
  transform: rotate(0deg);
  transform-origin: center center;
  transition: 0.3s;
}
