.wp-block-cover {
min-height: rem(670px) !important;
&__inner-container {
@extend .container;
@extend .container--small;
h1 {
max-width: rem(480px);
font-size: rem(30px);
font-weight: $font-bold;
line-height: rem(30px);
@include media(">=lg") {
font-size: rem(50px);
line-height: rem(60px);
}
}
p {
max-width: rem(480px);
}
.btn {
white-space: inherit;
}
}
}