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

.has-huge-font-size,
.has-large-font-size {
	line-height: 1.3;
	margin-bottom: 20px;
}
p.has-background{
	padding: 20px 30px;
	@include mq('lg') {
	padding: 30px 40px;
	}
	color: #FFF;
}
