@media only screen and (max-width: 760px) {
	.top-banner h1 {
	 	display:none;
	}
	.global-template .global-cover-photo-background {
    	min-height: auto;
      	background-size: auto 100% !important;
	}
  	.top-banner .custom-space-bottom {
    	padding-bottom: 0% !important;
	}
	#section-6157545 > div > div > div > div.col-xs-12.col-sm-9.col-md-8.left > p{
    	margin-top: 25%;
  	}
  	#section-6157545::before {
       top: 3% !important;
       left: 0 !important;
    }
}

#section-6157545::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 60px;
  width: 80%;
  height: 30%;
  background-image: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1748938361/miougmerfrcjod94ck8e');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.top-banner .custom-space-bottom {
    padding-bottom: 12%;
}