.matrix .row-head {
	text-align: center;
}

@media (min-width: 768px) {
	.block .row-question,
	.matrix .row-question,
	.block .row-head div
	{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}