html {
	font-family: sans-serif;
}

body {
	box-sizing: border-box;
}

img {
	width: 100%;
}

.container {
	max-width: 1220px;
	max-height: 105px;
	border-bottom: 1px solid #d3cbd9;
	padding: 30px 0px;
	margin: 0 auto;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.link {
	color: black;
	margin: 10px;
}

.info {
	width: 240px;
	height: 45px;
}

.text {
	width: 240px;
	height: 16px;
	margin: 0;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: right;
	color: #858e8a;
}

.tel {
	width: 240px;
	height: 21px;
	display: block;
	text-align: right;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	color: #2c332f;
}
