24 lines
341 B
SCSS
24 lines
341 B
SCSS
.title {
|
|
font-size: 25px;
|
|
font-weight: 600;
|
|
line-height: 28px;
|
|
margin-top: 32px;
|
|
color: #000000;
|
|
max-width: 281px;
|
|
margin-inline: auto;
|
|
}
|
|
|
|
.subtitle {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
color: #737373;
|
|
}
|
|
|
|
.description {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: #6b7280;
|
|
margin-top: 12px;
|
|
}
|