@media only screen and (max-width: 786px) {
	.w-sm-100{
		width: 100%;
		height: auto;
	}
	.img-committee{
		width: auto;
		height: 170px;
	}
	.text-heading{
		font-weight: 500;
		font-size: 23px;
	}
	.head{
		height: auto;
		padding: 20px 10px;
	}
	.banner-row{
	 	height: 320px;
	}
}
@media (min-width:787px) and (max-width:1273px)  {

	.img-committee{
		width: 200px;
		height: auto;
	}
	
}