|
|
|
.home .header {
|
|
|
|
background-position: bottom;
|
|
|
|
background-size: cover;
|
|
|
|
height: 560px;
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
font-family: $font-family-sans-serif;
|
|
|
|
font-size: 1.875rem;
|
|
|
|
margin-top: 3rem;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
font-family: $font-family-sans-serif;
|
|
|
|
font-size: 1.125rem;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media #{$breakpoint-large} {
|
|
|
|
height: 880px;
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
font-size: 4.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
font-size: 1.875rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page .header {
|
|
|
|
height: 560px;
|
|
|
|
|
|
|
|
@media #{$breakpoint-large} {
|
|
|
|
height: 880px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page.catalog .header {
|
|
|
|
height: 381px;
|
|
|
|
|
|
|
|
@media #{$breakpoint-large} {
|
|
|
|
height: 450px;
|
|
|
|
}
|
|
|
|
}
|