@media screen and (max-width: 1024px) {
	.main-pdf {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 991px) {
	.banner-section {
		height: 300px;
	}
	.main-pdf {
		gap: 20px;
	}
	.box .pdf-img {
		height: 380px;
	}
	#pdf-container canvas {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.banner-content h2 {
		font-size: 32px;
	}
	.banner-section {
		height: 200px;
	}
	.section-gapping {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main-pdf {
		grid-template-columns: repeat(2, 1fr);
	}
	.box .pdf-img {
		height: auto;
	}
	.open_chatbot {
		right: 20px;
		bottom: 20px;
		padding: 7px 12px;
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.banner-content h2 {
		font-size: 20px;
	}
	.main-pdf {
		grid-template-columns: repeat(1, 1fr);
	}
}
