@media (max-width: 991.98px) {
	.service_item {
		width: 50%;
	}
	.team_member {
		width: 38%;
		margin: 20px 2%;
	}
	#team {
		text-align: center;
	}
	.topnav {
		display: none;
	}
	.topnav.mobile {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.service_item, #contact .sub_section {
		width: 100%;
	}
	.team_member {
		width: 100%;
		margin: 20px 0;
		border: none;
	}
	#carouselTestimonial p {
		font-size: 18px;
		line-height: 26px;
	}
	#ebc_youtube_snippet {
		height: 400px !important;
	}
}
@media (max-width: 479px) {
	h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.team_member {
		margin: 0;
	}
	.navbar-toggler {
		padding: 5px;
	}
}