.page {
overflow: hidden;
&-brand {
.call-to-action {
min-height: 250px;
background: #f8f8f8;
picture {
display: none;
}
}
}
}
.call-to-action {
&.grey-block {
min-height: 250px;
background: #f8f8f8;
picture {
display: none;
}
}
}
.page__title {
@extend %page-container;
padding-bottom: 10px;
font-size: 40px;
line-height: 1.2;
font-weight: 300;
color: $color-primary-blue;
}