body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.bg-left {
	background: url('../../images/bg_gs.jpg') no-repeat center center / cover;
}

.content-left {
	min-height: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 767.98px) {
	.sticky-sidebar {
		position: relative;
		height: auto;
		overflow-y: visible;
	}
	.scrollable-col {
		height: auto;
		overflow-y: visible;
	}
	.vh-100-mobile-fix {
		min-height: auto !important;
		height: auto !important;
	}
}

@media (min-width: 768px) {
	.sticky-sidebar {
		position: sticky;
		top: 0;
		height: 100vh;
		overflow-y: auto;
	}
	.scrollable-col {
		height: 100vh;
		overflow-y: auto;
	}
}