/*
 * Responsive Fixes & Mobile Spacing Adjustments
 */
@media (max-width: 768px) {
	.py-section-padding {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	h1 {
		font-size: 2.5rem !important;
		line-height: 1.15 !important;
	}
	h2 {
		font-size: 2rem !important;
	}
	#cursor-glow-element {
		display: none !important;
	}
}
