13 lines
249 B
SCSS
13 lines
249 B
SCSS
section.vertical-callouts {
|
|
background-color: $c-offWhite;
|
|
margin-bottom: 4rem;
|
|
padding: 4rem 0;
|
|
|
|
h2 {
|
|
@extend .headline-lg;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
margin-bottom: 4rem;
|
|
}
|
|
}
|