body {
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.6;
}

.wrapper {
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 2em;
}

/* HEADER */
.header {
	padding-right: 2em;
	padding-left: 2em;
}

.header {
  text-align: center;
}

h1 {
	font-size: 4em;
	letter-spacing: .06em;
  margin: 0;
	font-weight: normal;
	line-height: 1.1;
}

.avocats {
	display: flex;
	justify-content: center;
}

.avocats * {
	flex: 1;
}

.red {
	color: rgb(213,0,24);
}

h2 {
  font-size: 0.75em;
	margin: 0;
	margin-top: -0.5em;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
	font-weight: normal;
}

/* INFO */

.contact {
	border-left: 0.5em solid rgb(213, 0, 24);
	padding-left: 2em;
}

.name_block {
	margin-bottom: 1em;
}

.fullname {
	font-size: 1.4em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: rgb(213,0,24);
	text-decoration: none;
}

.address {
	font-weight: bold;
	color: #444;
	margin-bottom: 1em;
}

.bar {
	height: 0.5em;
	background-color: rgb(213,0,24);
}
