
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-text-color: #333;
      --page-background-color: #f8f9fa;
      --page-card-background: #ffffff;
      --page-border-color: #dee2e6;
      --page-heading-color: #212529;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px 0;
      min-height: 100vh;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px; /* Adjust padding-top for fixed header */
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__container {
        padding: 10px 10px; /* Adjust padding-top for fixed header on mobile */
      }
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__hero {
      text-align: center;
      margin-bottom: 40px;
      padding: 60px 20px;
      background-color: #0056b3; /* Darker blue for contrast with white text */
      color: #fff;
      border-radius: 8px;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__hero-subtitle {
      font-size: 1.2em;
      opacity: 0.9;
      color: #ffffff; /* White text on dark blue background */
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__section {
      background-color: var(--page-card-background);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__section-title {
      color: var(--page-heading-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-border-color);
      padding-bottom: 10px;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__content-paragraph {
      margin-bottom: 15px;
      color: #343a40; /* Darker text for readability on light background */
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__image-wrapper {
      text-align: center;
      margin: 30px 0;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
      min-width: 200px; /* Minimum size requirement */
      min-height: 200px; /* Minimum size requirement */
      object-fit: cover; /* Ensure image covers the area without distortion */
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__list {
      list-style: disc;
      padding-left: 25px;
      margin-bottom: 20px;
      color: #343a40; /* Darker text for readability on light background */
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__list-item {
      margin-bottom: 10px;
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__cta-button {
      display: inline-block;
      background-color: #28a745; /* Green button */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      text-align: center;
      cursor: pointer;
      border: none;
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__cta-button:hover {
      background-color: #218838; /* Darker green on hover */
    }

    .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__call-to-action {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__hero-title {
        font-size: 2em;
      }

      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__section-title {
        font-size: 1.6em;
      }

      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__list {
        padding-left: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 5px; /* Adjust padding if needed */
        padding-right: 5px; /* Adjust padding if needed */
      }

      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-resources-is-3win-worth-choosing-a-comparative-analysis-with-3win__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  