    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f8f9fa;
      margin: 0;
      padding: 0;
      line-height: 1.8;
      color: #333;
      min-height: 100vh;
    }

    .founder-section {
      max-width: 1000px;
      margin: 40px auto;
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 30px;
        margin-bottom: 188px;
    }

    .founder-image {
      flex: 1 1 300px;
      text-align: center;
    }

    .founder-image img {
      max-width: 100%;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      position: relative;
  top: 120px;
    }

    .founder-text {
      flex: 2 1 500px;
    }

    .founder-text h2 {
      color: #003092;
      margin-bottom: 20px;
      font-size: 28px;
    }

    .founder-text p {
      font-size: 18px;
      margin-bottom: 16px;
    }

    @media (max-width: 768px) {
      .founder-section {
        flex-direction: column;
        text-align: center;
      }

      .founder-text {
        text-align: right;
      }
          .founder-image img {
            top: 0px;
          }
    }
     @media (max-width: 909px) {
      .founder-section {
        flex-direction: column;
        text-align: center;
      }

      .founder-text {
        text-align: right;
      }
          .founder-image img {
            top: 0px;
          }
    }