why-mt.component.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <section class="why-mt" fxLayout="column" fxLayoutAlign="start center">
  2. <h1 fxLayout="row" fxLayoutAlign="center center">
  3. Why
  4. <img src="../../../assets/images/mt-world.png" alt="" title="" />
  5. </h1>
  6. <img
  7. src="../../../assets/images/why_slider.png"
  8. alt=""
  9. title=""
  10. fxHide.lt-md
  11. />
  12. <ul class="gap-10" fxLayout="column" fxLayoutAlign="start start">
  13. <li class="gap-10" fxLayout="row" fxLayoutAlign="start center">
  14. <img src="../../../assets/images/correct.png" alt="" title="" />
  15. <span
  16. >Ease of use experience: The platform is designed with a user-friendly
  17. experience, making it easy to register, <br />
  18. hire, and follow up.</span
  19. >
  20. </li>
  21. <li class="gap-10" fxLayout="row" fxLayoutAlign="start center">
  22. <img src="../../../assets/images/correct.png" alt="" title="" />
  23. <span
  24. >Comprehensive solution: We offer a comprehensive solution that meets
  25. all the requirements of employers<br />
  26. and employees.</span
  27. >
  28. </li>
  29. <li class="gap-10" fxLayout="row" fxLayoutAlign="start center">
  30. <img src="../../../assets/images/correct.png" alt="" title="" />
  31. <span
  32. >Financial management: We provide a legal and easy solution with
  33. financial transactions between employers <br />
  34. and employees all over the world.</span
  35. >
  36. </li>
  37. <li class="gap-10" fxLayout="row" fxLayoutAlign="start center">
  38. <img src="../../../assets/images/correct.png" alt="" title="" />
  39. <span
  40. >Data security: We prioritize data protection by providing a robust and
  41. robust system that keeps information <br />
  42. confidential.</span
  43. >
  44. </li>
  45. <li class="gap-10" fxLayout="row" fxLayoutAlign="start center">
  46. <img src="../../../assets/images/correct.png" alt="" title="" />
  47. <span
  48. >Technical support: We provide ongoing technical support to ensure
  49. optimal work performance.</span
  50. >
  51. </li>
  52. <li class="gap-10" fxLayout="row" fxLayoutAlign="start center">
  53. <img src="../../../assets/images/correct.png" alt="" title="" />
  54. <span
  55. >Legal Compliance: We provide a legal solution that ensures the legal
  56. relationship between employers <br />
  57. and employees around the world.</span
  58. >
  59. </li>
  60. </ul>
  61. <button>Get Started for free</button>
  62. </section>