.investment-link {
  margin-bottom: 30px;
}

.investment-link span {
  display: block;
  margin-bottom: 5px;
}

.investment-link a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.investment-link a:hover {
  text-decoration: underline;
}

.investment-link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 10px;
  background: url(../../../images/arrow-bottom.svg) no-repeat center center;
  transform: rotate(-90deg);
}