.link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #e81b23
}
.link:hover {
  color: #eb3239
}
.link:hover svg {
  margin-left: 16px;
  color: #eb3239
}
.link svg {
  margin-left: 12px;
  transition: margin-left .35s
}