.faq-howto-related{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.faq-howto-related a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	padding: 16px 64px 16px 16px;
	background-color: #090909;
	background-position: center right 16px;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid #1F1F1F;
	border-radius: 16px;
}

@media only screen and (max-width: 1366px) {
	.faq-howto-related a{
		line-height: 24px;
	}
}