/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.text-justify {
    text-align: justify;
}

.custom-sixty{
	width:60%;	
}

@media (max-width: 1024px) {
	.custom-sixty{
		width:100%;	
	}

}
@media only screen and (max-width: 768px) {
	.w-hwrapper{
		flex-direction:column!important;
	}
	
}