.home-header {
position: relative;
padding-block: 3.5rem;
line-height: 1;
text-align: center;
}
.home-header__pretitle {
margin-bottom: 4px;
color: grey;
font-size: 14px;
letter-spacing: 0.05em;
}
.home-header__title {
margin: 0;
font-size: 3rem;
text-transform: uppercase;
line-height: 0.9;
font-weight: 700;
}
.home-header__subtitle {
margin-top: 4px;
color: grey;
font-size: 14px;
}
html.skin-citizen-dark .home-header:before {
filter: invert( 1 );
}