/*
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:*/

.centered{
	margin: auto;
}

.row-between{
	display: flex;
	justify-content: space-between;
}

.fit-img{
	width:auto;
}

.card-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont-center {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.flex-item {
	flex:1;
	height: 100%;
}

.w-contacts-list {
	flex-direction: column !important;
}

.flex-cont {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-auto {
	margin: auto;
}



