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