@media screen and (min-width: 769px) {
	.navswitch {
		display: none;
	}
}

@media (max-width: 768px) {
	.answer-wrapper {
		grid-template-columns: 1fr !important;
	}
}