About the Company

<style>
  .about-section {
      background-color: #FAF9F9; /* Light gray/white */
      padding: 60px 20px;
      text-align: center;
      font-family: 'Poppins', sans-serif;
  }
  
  .about-container {
      max-width: 800px;
      margin: auto;
  }
  
  .about-title {
      font-size: 36px;
      font-weight: bold;
      color: #163246; /* Dark contrast */
      margin-bottom: 20px;
  }
  
  .about-description {
      font-size: 18px;
      color: #555;
      line-height: 1.6;
  }
  
  .highlight-text {
      color: #A3F64F; /* Green brand color */
      font-weight: bold;
  }
  
  .about-section img {
      width: 100%;
      max-width: 500px;
      border-radius: 10px;
      margin: 20px auto;
      display: block;
  }
</style>

<section class="about-section">
    <div class="about-container">
        <h2 class="about-title">About <span class="highlight-text">Xpect Less</span></h2>
        <p class="about-description">
            At <span class="highlight-text">Xpect Less</span>, we specialize in <strong>SCORM-compliant, interactive LMS course development</strong>.
            Our mission is to <span class="highlight-text">simplify corporate training</span> by providing engaging, high-retention learning experiences.
        </p>
        <p class="about-description">
            We work with <span class="highlight-text">HR & Learning and Development teams</span> to transform static training materials 
            into interactive courses that enhance knowledge retention and employee engagement.
        </p>
        <img src="{{ 'https://cdn.shopify.com/s/files/1/0924/5314/2825/files/Xpect_Less.png?v=1743192286' | asset_url }}" alt="Xpect Less Team">
        <p class="about-description">
            <strong>Why choose us?</strong> We focus on <span class="highlight-text">customization, ease of use, and engagement</span>, ensuring 
            that every course we build aligns with your company’s learning goals.
        </p>
    </div>
</section>