a.icon-after {
  display: flex;
  justify-content: space-between;
  position: relative;
}

a.icon-after::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}


a.icon-arrow-right::after {
  background: url(../images/icons/top-black.svg) no-repeat;
  background-size: 10px;
  background-position: center;
  transform: rotate(90deg);
}

