_about.scss 624 B

123456789101112131415161718192021222324252627282930
  1. .about {
  2. padding: 119px 0 100px 0;
  3. &__wrapper{
  4. max-width: 460px;
  5. margin: 0 auto;
  6. font-family: Roboto;
  7. font-style: normal;
  8. font-weight: normal;
  9. font-size: 16px;
  10. line-height: 26px;
  11. text-align: center;
  12. color: #727272;
  13. & h2 {
  14. margin: 0;
  15. margin-bottom: 50px;
  16. font-family: Roboto;
  17. font-style: normal;
  18. font-weight: 700;
  19. font-size: 32px;
  20. line-height: 37px;
  21. color: #000000;
  22. }
  23. & p {
  24. margin: 0;
  25. }
  26. }
  27. }