_introduction.scss 818 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .section-introduction {
  2. margin-top: 50px;
  3. padding-bottom: 70px;
  4. .introduction-section {
  5. height: 300px;
  6. }
  7. .introduction-section-col {
  8. position: relative;
  9. float: left;
  10. width: 30%;
  11. margin-right: 5%;
  12. &:last-child {
  13. margin-right: 0;
  14. }
  15. }
  16. .introduction-section-col-title {
  17. font-size: 28px;
  18. font-weight: 300;
  19. margin-bottom: 0;
  20. padding-top: 50px;
  21. img {
  22. height: 40px;
  23. margin-right: 8px;
  24. transform: translateY(-3px);
  25. &.illu-lightweight {
  26. transform: translateY(0px);
  27. }
  28. }
  29. }
  30. .introduction-section-col-description {
  31. font-size: 18px;
  32. line-height: 28px;
  33. margin-top: 10px;
  34. }
  35. }