section-header.css 532 B

1234567891011121314151617181920212223242526272829303132
  1. .section-header {
  2. margin-bottom: 40px;
  3. }
  4. .section-header__title {
  5. font-family: 'Playfair Display', serif;
  6. margin: 0;
  7. font-style: normal;
  8. font-weight: normal;
  9. font-size: 42px;
  10. line-height: 56px;
  11. text-align: center;
  12. color: #000000;
  13. }
  14. .section-header__description {
  15. max-width: 630px;
  16. margin: 0 auto;
  17. font-style: normal;
  18. font-weight: normal;
  19. font-size: 14px;
  20. line-height: 19px;
  21. text-align: center;
  22. text-transform: uppercase;
  23. color: #999999;
  24. margin-bottom: 10px;
  25. }
  26. .section-header__description p{
  27. margin-top: 0;
  28. }