.banner-img {background-image: url('../../../image/banner-image.jpg');height: 100vh;display: flex;align-items: center;justify-content: center;background-repeat: no-repeat;background-size: cover}
.banner-text h1 {font-size: 48px;font-weight: 700;width: 65%;margin: 0 auto 10px}


@media only screen and (max-width:1024px) {

.banner-img {
		height: 80vh
	}
}



@media only screen and (max-width:767px) {

.banner-img {background-image: url('../../../image/mobile-banner.jpg');background-repeat: no-repeat;background-size: cover;height: 100vh;display: flex;align-items: center;justify-content: center;}
.banner-text h1{font-size: 28px;width: 100%;margin: 0 auto}
}