.elementor-1749 .elementor-element.elementor-element-ba3bd9c{--display:flex;}.elementor-1749 .elementor-element.elementor-element-cc143b5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-80200a4 */<style>
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
      color: #333;
    }
    .container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    h1 {
      font-size: 2.5rem;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
    }
    h2 {
      font-size: 1.8rem;
      color: #34495e;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    p {
      font-size: 1.1rem;
      margin-bottom: 15px;
    }
    ul {
      list-style-type: none;
      padding: 0;
    }
    ul li {
      margin-bottom: 10px;
    }
    ul li a {
      color: #3498db;
      text-decoration: none;
    }
    ul li a:hover {
      text-decoration: underline;
    }
    .use-case {
      background: #ecf0f1;
      padding: 10px;
      border-left: 4px solid #3498db;
      margin-bottom: 20px;
    }
    .use-case p {
      margin: 0;
    }
    footer {
      text-align: center;
      margin-top: 40px;
      font-size: 0.9rem;
      color: #777;
    }
  </style>/* End custom CSS */