_process.scss 680 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Styling for the process section
  2. /*====================================================
  3. PROCESS
  4. ======================================================*/
  5. .our-process {
  6. background: #f0f0f0;
  7. .servie-img {
  8. margin:0 auto;
  9. margin-bottom: 50px;
  10. }
  11. .service-desc-cont {
  12. text-align: center;
  13. margin-top: 50px;
  14. i {
  15. font-size: 25px;
  16. color:$primary-col;
  17. margin-bottom: 10px;
  18. }
  19. h5 {
  20. font-size: 18px;
  21. text-transform: none;
  22. color:$gray-600;
  23. }
  24. p {
  25. color:$gray-500;
  26. }
  27. }
  28. }