/*to use global variables, import them into your component stylesheet*/
@import "../../../styles/global.scss";

.info-link::after {
    content: ' ›';
  }

.info-link {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    user-select: none;
    color: $dark-blue
}
