div.chapo-box {
    padding: 0 0 1.5em;
    font-size: 1.2em;
    margin: 0;
    position: relative;
	font-weight:400;
	line-height: 1.7;	
}
div.chapo-box::after {
	content:"";
	display:block;
    background: rgba(0,0,0,.05);
	height:5px;
	width:60%;
    margin: 1.5em auto 0.4em;	
}
div.chapo-box p::first-letter{
    float: left;
    font-size: 3.6em;
    line-height: 89%;
    margin: 0px;
    padding-right: 0.1em;
}
div.chapo-box.chapo-exergue {
   background-color:#FFDED1;
   padding: 1.5em;   
   margin-bottom: 30px;   
}
div.chapo-box.chapo-soft-exergue {
   background-color:#f2f2f2;
   padding: 1.5em;   
   margin-bottom: 30px;   
}
div.chapo-box.chapo-exergue::after,
div.chapo-box.chapo-soft-exergue::after {
	display:none;
}

div.chapo-box p {
   margin:0;
}