  <style>
    body {
      margin: 0px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      background-color: #f5f5f5;
    }

    .card-table_figma-module {
      border-collapse: collapse;
      width: 100%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .banner-image_figma-module {
      height: auto;
      background-size: cover;
      background-position: left;
    }

    .banner-image-inner_figma-module {
      background-image: url('https://sevenpeakssoftware.com/hubfs/Figma%20x%20Seven%20Peaks%20_%20Bangkok%20Event%20(4)%20(1).png');
      height: auto;
      width: 100%;
      background-size: cover;
      background-position: left;
      padding: 150px;
    }

    .banner-image img {
      width: 100%;
      height: auto;
    }

    .white-background_figma-module {
      background-color: rgba(203, 214, 226, 0.3) !important;
    }

    .header_figma-module {
      font-size: 24px;
      padding: 24px 20px 0px 20px;
      color: #0d2c54;
      margin-bottom: 16px;
    }

    .paragraph_figma-module {
      font-size: 18px;
      padding: 0px 20px 0px 20px;
      color: #0d2c54;
    }

    .button_figma-module {
      display: block;
      width: 100%;
      padding: 24px 20px 24px 20px;
      background-color: #0d2c54;
      color: #fff;
      text-align: left;
      text-decoration: none;
      border: none;
      font-size: 18px;
    }

  </style>