@media (max-width: 767.98px) {

	.form-wrapper{
		display: none;
	}


	.catalogue .img-container{
		height: 250px;
	}


	.hero-content h1 span{
		display: inline;
	}


	.hero-h1-container{
		margin-left: 1rem;
	}


    .hero-content h1,.hero-content h1 span{
		font-size: 70px;
		line-height: 70px;
		margin-top: 5vh;
    }

    .swiper-wrapper .swiper-slide{
    	height: 50vh;
    }

    .stats-container{
    	margin-top:0px;
    }

}