На картинке есть селектор CSS.
Вы можете сделать это. Просто примените css к своему элементу с помощью
a[href="https://adsler.co.uk/job/nicos-cleaning-service-london-6-cleaner/"]{
/*your css properties*/
}
Ниже приведены ссылки дляВы
Syntax: [attribute^=value]
Example: a[href^="https"]
Description: Selects every <a> element whose href
attribute value begins with "https"
Syntax: [attribute$=value]
Example: a[href$=".pdf"]
Description: Selects every <a> element whose href
attribute value ends with ".pdf"
Syntax: [attribute*=value]
Example: a[href*="someValue"]
Description: Selects every <a> element whose href
attribute value contains the substring "someValue"'
Надеюсь, это поможет вам