1234567891011121314151617181920212223242526272829303132 |
- .section-header {
- margin-bottom: 40px;
- }
- .section-header__title {
- font-family: 'Playfair Display', serif;
- margin: 0;
- font-style: normal;
- font-weight: normal;
- font-size: 42px;
- line-height: 56px;
- text-align: center;
- color: #000000;
- }
- .section-header__description {
- max-width: 630px;
- margin: 0 auto;
- font-style: normal;
- font-weight: normal;
- font-size: 14px;
- line-height: 19px;
- text-align: center;
- text-transform: uppercase;
- color: #999999;
- margin-bottom: 10px;
- }
- .section-header__description p{
- margin-top: 0;
- }
|