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

/*Add your own styles here:*/

/* Medium devices (tablets, 768px and up) */
		@media only screen and (max-width: 768px) {
			.container-custom {
				width: 100%;
				display: flex;
				flex-direction: column !important;
				height: auto;
			}
			.left, .right {
				width: 100% !important;
				margin: 20px auto
			}
		}


