24 lines
417 B
SCSS
24 lines
417 B
SCSS
.container--see-also {
|
|
justify-content: center;
|
|
|
|
.headingLevel4 {
|
|
margin: 16px 0 32px;
|
|
// font-family: "Open Sans";
|
|
// font-weight: 400;
|
|
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;
|
|
}
|
|
}
|
|
}
|