/*Compound Headline*/

.g-compound-headline {
	display: flex;
	align-content: center;
	flex-direction: column;
}

.g-compound-headline .block-margin-padding {
	position: relative;
}


.g-compound-headline .g-block-container {
	text-align: center;
}

.g-compound-headline .g-block-container h2 {
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 25px;
}

.g-compound-headline .g-block-container h2.bottom-none {
	margin-bottom: 0;
}

.g-compound-headline .g-block-container .gbp-section__tagline {
	font-family: larken;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 1.2;
}