@media screen and (max-width: 992px){
	.mobile-panel{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 80vh;
	}
	.navbar-link-wrapper a{
		font-size: 42px;
	}
	.navbar-link-wrapper .mobile-navbar-subvoices{
		font-size: 16px !important;
	}
	.mobile-navbar-subvoices{
		font-size: 16px !important;
	}
	.contact-banner-section{
		height: auto;
	}
/* services */
	.services-text-boxes .display-6{
		font-size: calc(1rem + 1vw);	
	}
	.services-text-boxes{
		height: 25%;
	}
	.services-text-boxes.boxes-active .caption-text{
		padding-top: 0%;	
	}
	.services-button {
		width: 8%;
    	bottom: 8.5%;	
	}
	.services-text-boxes .boxes-text-box{
		font-size: calc(0.63rem + 1vw);
	}
	.services-banner{
		height: auto;
	}
/* 	proposals */
	.proposals-banner{
		height: 100vh;
		background-image: linear-gradient(90deg, rgba(1, 1, 9, 0.10) 0%, rgba(1, 1, 9, 0.10) 100%), url('/wp-content/themes/hollytour/assets/img/mobile/food & wine - proposal/mobile-banner.webp');
	}
/* 	request */
	.request-form-container{
		height: auto;
	}
}