14 lines
186 B
SCSS
14 lines
186 B
SCSS
![]() |
.title {
|
||
|
font-size: 26px;
|
||
|
line-height: 32px;
|
||
|
font-weight: 700;
|
||
|
color: #141414;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
|
||
|
.text {
|
||
|
font-size: 15px;
|
||
|
line-height: 24px;
|
||
|
margin-bottom: 52px;
|
||
|
}
|