.header {
	width:95%;
	max-width: 1200px;
	margin: 0 auto;
}


.phone img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.phone {
	text-align: center;
}

.header {
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	align-items: center;
	
	padding: 50px 30px 30px 30px;
}

.logo {
	width:fit-content;
}

.logo img {
	width:100%;
	max-width: 400px;
	min-width: 200px;
}