body {
  background: #fff;
	line-height:0;
	padding:0;
	margin:0 10%;
  font-family: "Figtree", sans-serif;
}
.container {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.section {
  /*flex: 1;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.content {
  width: 343px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
}
h1 a {
  height: 265px;
  width: 265px;
  display: block;
  text-indent: -100000px;
  background: url(lead-hp.png) no-repeat 0 0;
}
h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0;
}