
.video-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh; /* Adjust the height as needed */
}

.video-background {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (min-width: 991px) {
	.insights {
		min-height: 80vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 990px) { {
	.insights {
		min-height: 70vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 580px) {
	.insights {
		min-height: 60vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 480px) {
	.insights {
		min-height: 50vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 0px;
	}
}


