
    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding: 10px 0 40px 0; /* Đảm bảo nội dung không bị che bởi header cố định */
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__hero-section {
      background-color: #0056b3;
      color: #fff;
      padding: 60px 0;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fff;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__hero-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__content-section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__section-title {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 25px;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__subsection-title {
      font-size: 1.5em;
      color: #007bff;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__paragraph {
      margin-bottom: 15px;
      color: #555;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: #555;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__list-item {
      margin-bottom: 8px;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__image-wrapper {
      margin: 30px 0;
      text-align: center;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: block; /* Đảm bảo hình ảnh không có khoảng trống thừa bên dưới */
      margin: 0 auto; /* Căn giữa hình ảnh */
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__cta-button {
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      border: none;
      cursor: pointer;
    }

    .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__cta-button:hover {
      background-color: #218838;
    }

    /* Điều chỉnh responsive */
    @media (max-width: 768px) {
      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners {
        padding: 10px 0 20px 0; /* Điều chỉnh padding-top cho header cố định trên di động */
      }
      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__hero-title {
        font-size: 2em;
      }

      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__section-title {
        font-size: 1.7em;
      }

      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__subsection-title {
        font-size: 1.3em;
      }

      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__content-section {
        padding: 20px;
      }

      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__hero-title {
        font-size: 1.8em;
      }

      .page-resources-what-services-does-bi88-provide-a-quick-guide-for-beginners__hero-description {
        font-size: 1em;
      }
    }
  