.sunt-vc-styled-link {
  font-family: "proxima_nova_semibold", "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 28px;
  transition: 0.3s all ease;
  color: var(--sa-sub-primary);
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 3px;
  display: block;
  margin-bottom: 16px;
}

.sunt-vc-styled-link:before {
  content: '\f178';
  font-family: "Font Awesome 7 Pro";
  font-weight: 600;
  color: var(--sa-primary);
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
}

.sunt-vc-styled-link:hover {
  text-decoration: none;
}