19 lines
347 B
SCSS
19 lines
347 B
SCSS
.container--title-newsletter {
|
|
width: 100%;
|
|
max-width: 774px;
|
|
margin: 0 auto;
|
|
padding-bottom: 8px;
|
|
.wrapper--title-newsletter {
|
|
width: 100%;
|
|
.paragraph {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|