.content--title--text p {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1;
}
.content--title--text strong  {
    font-size: 22px;
}
.content--title--text a {
    display: inline-block;
    padding-bottom: 0px;
}
.content--title--text a span {
  border-bottom: 1px solid #000;
  line-height: 1.5;
  font-size: 14px;
  color: var(--red);
}

@media (max-width: 767.98px) {
    .content--title--text a {
        border-bottom: none;
    }
}