

@media screen and (max-width: 992px) {

	.hero-text{
		font-size: 2.75rem;
	}

	.responsive-text-center{
		text-align: center;
	}

	.webinars-category-list{
		width: 75%;
		margin: auto;
	}

	.speakers-carousel{
		width: 95%;
		text-align: justify;
	}

	
}

