@media (max-width: 768px) {

	:root {
		font-size: 4.10256vw;
	}


	/* Header */
	.admin-bar.ehf-header #masthead {
		top: 0;
	}
	
	
	/* Home page */
	/* Unlocking Careers section */
	.unlocking-careers > .e-con {
		backdrop-filter: blur(0)
	}
	
	
	/* Home page */
	/* Hopeful Students section */
	.student-swiper .swiper-slide {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		gap: 5.316rem;
	}
	
	.student-swiper blockquote {
		font-size: 1.125rem;
	}
	
	.student-swiper-navigation {
		position: absolute;
		top: 27rem;
	}

	
	/* Home page */
	/* Partner With Us section */
	.partner-form label {
		grid-column: span 2;
	}


	/* The Problem page */
	/* India's Youth Crisis section */
	.youth-crisis-items {
		transform: rotate(45deg) scale(.85);
	}


	/* Donate page */
	/* Fill The Below Details section */
	.donate-form label {
		grid-column: span 2;
	}


	/* Donate page */
	/* FAQ’s section */
	.faq-accordion details:not(:last-child) {
		padding-bottom: 0.875rem;
	}


	/* Our Programs page */
	/* Careers Explored section */
	.careers-explored-items::before,
	.careers-explored-items::after {
		left: 50%;
	}


	/* Impact page */
	/* Stories section */
	.stories-tabs .e-n-tabs-heading {
		white-space: nowrap;
		display: flex;
		flex-wrap: nowrap;
		align-self: start;
		justify-content: start;
		width: 100%;
		margin-bottom: 1.875rem;
		overflow: auto;
	}
	
	.stories-tabs .e-n-tab-title {
		margin: 0 !important;
	}

}
