.sub-section {
	height: 100vh;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.main-section {
		width: 50%!important;
	}

	.sub-section {
		width: 46%!important;
	}
}
@media (min-width: 1200px) {
	:root {
		--vk-width-container: calc(100vw - 4rem)!important;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: calc(100vw - 4rem)!important;
	}

	.main-section {
		padding-left: 4rem;
	}
}

div::-webkit-scrollbar {
	width: 0.5rem;
	height: 0rem;
}
 
div::-webkit-scrollbar-track {
	background: #F1F1F1;
	border-radius: 0.25rem;
}
 
div::-webkit-scrollbar-thumb {
	background: #C1C1C1;
	border-radius: 0.25rem;
}