.landing-page__field-hero-block-title:before {
  content: "";
  height: 4px;
  z-index: 9;
  background: #00AEEF;
  margin-bottom: 1rem;
  margin-top: 0;
  display: block;
  width: 100px;
}
.landing-page__field-hero-block-title {
font-size: 3rem;
margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: initial;
}

.landing-page__field-hero-block-link ::after {
    content: " \2192";
}
