/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
 

	body #home_nav .justify-content-center {
        display: flex !important; 
        justify-content: flex-end !important; 
    }
	
	.sd_element_faq .mb-5,
	.element_html{
		padding-bottom: 80px!important;
	}
	
	h2 .text-small,
	#hero h1 .text-small {
		font-size: 33px !important;
	}

	#services p .text-big,
	#hero p .text-big {
		font-size: 21px;
	}
	
	.xg_container_gal > div {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	
}