.column h1 {
font-size: 24px;
margin-top:15px;
}

.column h2 {
font-size: 20px;
color:#555;
margin-top:15px;
}

#ja-container p{
	font-size:14px;
}

[touch-action="none"] {
	-ms-touch-action: none;
	touch-action: none;
}
[touch-action="pan-x"] {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
[touch-action="pan-y"] {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
[touch-action="scroll"], [touch-action="pan-x pan-y"], [touch-action="pan-y pan-x"] {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}
