.more-link a {
  display: inline-flex;
  align-items: center;
}
.more-link a:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  -webkit-mask-image: url("../../../icons/arrow-right-white.svg");
          mask-image: url("../../../icons/arrow-right-white.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}