.book {
	margin:90px 0;
}

.book h2 {
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:52px;
	text-align: center;
	margin-bottom:30px;
}
.book__lead {
	background: #fff;
	padding:30px 0 60px 0;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:22px;
	text-align: center;
	line-height:34px;
}
.book__lead-small {
	font-size:18px;
	line-height: 28px;
}

.book form .form-group .control-input {
	flex:0 0 100%;
	width:100%;
}
.book form {
	margin:0 auto;
	max-width:600px;
	width:100%;
}
.book form .form-group {
	margin:0 0 20px 0;
}
.book form .form-group textarea {
	width:calc(100% - 20px);
	line-height: 22px;
	padding-top:12px;
	padding-bottom:12px;
}
.book h3 {
	font-size:24px;
	margin:60px 0 40px 0;
}

.book__item {
	max-width: 600px;
	width:100%;
	margin:10px auto 20px auto;
	padding:0 0 20px 0;
	border-bottom:1px solid #eee;
	font-size:18px;
	line-height: 24px;
	font-family: 'Playfair Display', serif;
	font-style:italic;
}
.book__item div {
	text-align:right;
	color:#555;
	margin-top:12px;
	font-size:20px;
}