p.has-drop-cap:not(:focus)::first-letter{
    font-size: 11rem;
    float: left;
	line-height:0.8;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.has-huge-font-size,
.has-large-font-size {
	line-height: 1.6;
}
p.has-background{
    padding: 30px 40px;
}