/*
* Special case for the quotation page.
* Sort of a fake hero
* and create some room to pull the content back up
*/
.t-quotation__contain {
max-width: 578px;
}
.t-quotation__heading {
margin-top: space(6);
margin-bottom: space(16);
}
.t-quotation__body {
position: relative;
z-index: 1;
margin-top: space(-16);
margin-bottom: space(18);
}