53 lines
863 B
SCSS
53 lines
863 B
SCSS
.container--see-also {
|
|
justify-content: center;
|
|
|
|
.headingLevel4 {
|
|
margin: 16px 0 32px;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
color: #575757;
|
|
|
|
@include mq(lg, max) {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
@include mq(md, max) {
|
|
margin-bottom: 16px;
|
|
padding: 0 40px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* ----- NEWSLETTER ----- */
|
|
.container--newsletter-title {
|
|
justify-content: center;
|
|
margin-bottom: 16px;
|
|
|
|
.paragraph {
|
|
margin: 0;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
|
|
.container--newsletter-subtitle {
|
|
justify-content: center;
|
|
margin-bottom: 16px;
|
|
|
|
.paragraph {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
color: #929292;
|
|
|
|
@include mq(lg, max) {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
}
|