2023-01-31 00:25:02 +00:00
|
|
|
.container--slider-title {
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper--slider-title {
|
|
|
|
width: 100%;
|
|
|
|
height: 38px;
|
|
|
|
padding:16px 360px;
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
|
|
|
|
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
|
|
|
|
padding: 16px 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headingLevel4--slider-title {
|
|
|
|
font-family: $font-family;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
|
|
|
color: #575757;
|
|
|
|
|
|
|
|
@media #{$mq-mobile} {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|