2022-09-12 06:02:53 +00:00
|
|
|
// Crumb =================
|
|
|
|
|
.crumb {
|
|
|
|
|
padding: 220px 0 50px;
|
|
|
|
|
background: url("../images/mini_banner.png") no-repeat center;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
|
|
|
|
|
&_title {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 38px;
|
|
|
|
|
line-height: 46px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&_txt {
|
|
|
|
|
font-weight: 400;
|
2022-12-05 18:10:04 +00:00
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 30px;
|
2022-09-12 06:02:53 +00:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
}
|