/*
* Page title
*/
.c-page-title {
@include hyphenate;
padding-top: space(4);
padding-bottom: space(4);
color: palette(neutral, 800);
}
.c-page-title--align-center {
text-align: center;
}
.c-page-title__lead {
@include mq(m) {
margin-top: space(-2);
margin-bottom: space(2);
}
}
.c-page-title__heading {
font-size: 2rem;
line-height: 1.3;
.c-page-title--small & {
font-size: 1.5rem;
}
}