.pFaq__answer_text_link {
	display: inline-block;
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
	transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) and (any-hover: hover) {
	.pFaq__answer_text_link:hover {
		opacity: 0.5;
	}
}