body {
	padding-top: var(--obs-header-total-height, 86px) !important
}

@media (max-width: 767.98px) {
	body {
		padding-top: var(--obs-header-total-height, 86px) !important;
		padding-bottom: var(--obs-mobile-bottom-height, 76px) !important;
	}
}
