.img .hero-main-image .img.lazy {
	max-width: 116%;
	}
.hero-pc {
	display:block !important;
}
.hero-mb {
display: none !important;
}

@media only screen and (max-width : 767px) {
.hero-mb {
display: block !important;
}
.hero-pc {
	display:none !important;
}
.foot-img .img  {
	max-width: 200px;
	}
}

.ter-button .btn
{
    min-width:300px;
}
 