html {
	font-family: sans-serif;
}

body * {
	box-sizing: border-box;
	color: black;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.container {
	max-width: 1320px;
	min-height: 80px;
	padding: 0 15px;
	margin: 0 auto;
	border-bottom: 3px solid rgba(0, 0, 0, 0.227);
}

.header-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.desc {
	margin: 0px 20px;
}

.phone {
	text-decoration: none;
}
