31 lines
662 B
CSS
31 lines
662 B
CSS
.sectionTitle {
|
|
font-weight: 900;
|
|
font-size: 2.5rem;
|
|
line-height: 3.125rem;
|
|
text-align: center;
|
|
margin-bottom: 6.25rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
|
|
.sectionTitleSubtitle {
|
|
font-weight: 500;
|
|
font-size: 1.5rem;
|
|
line-height: 1.875rem;
|
|
text-align: center;
|
|
font-style: normal;
|
|
text-transform: none;
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.sectionTitleSubcontent {
|
|
font-weight: 500;
|
|
font-size: 1.125rem;
|
|
line-height: 1.875rem;
|
|
text-align: center;
|
|
font-style: normal;
|
|
text-transform: none;
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
} |