.intro-btm .btn .button {min-width: 352px;}


/*-- media css starts here --*/
@media only screen and (max-width: 1100px){
	
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	
	
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
	
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
	.hero-banner-main small {margin-bottom: 21px;}
	.hero-banner-main {padding:22px 0 36px 0;}
	.hero-banner-main h1 {font-size: 2.25rem; line-height:1.22; letter-spacing: 3.6px; margin-bottom: 22px;}
	
	
}

@media only screen and (max-width:480px) 
{
}