   .conflict-hero-banner {
                background-image: linear-gradient(rgba(42, 67, 135, 1), rgba(42, 67, 135, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
            width: 100%;
            text-align: center;
        }

       .conflict-hero-banner .hero-banner__inner {
            padding: 120px 20px 50px;
        }

        .conflict-hero-banner .hero-banner__cap {
            display: block;
            font-size: 12px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 16px;
            font-weight: 400;
            font-family: var(--main-font);
        }
 .conflict-hero-banner p {
            font-size: 16px;
            line-height: 1.85;
            color: #444;
            margin-bottom: 22px;
            font-family: var(--main-font);
   color:#fff;
   text-align:center;
   max-width:500px;
   margin:0 auto;
     
        }

        .conflict-hero-banner .hero-banner__title {
            font-size: 52px;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
            line-height: 1.2;
            font-family: var(--main-font);
        }

        .conflict-hero-banner .hero-banner__wave {
            display: block;
            line-height: 0;
        }

        .conflict-hero-banner .hero-banner__wave svg {
            display: block;
            width: 100%;
        }

        /* ===== CONTENT SECTION ===== */
        .conflict-content {
            background-color: #ffffff;
            padding: 60px 0 80px;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 15px;
        }

      .conflict-content p {
            font-size: 16px;
            line-height: 1.85;
            color: #444;
            margin-bottom: 22px;
            font-family: var(--main-font);
        }

         .conflict-content p:last-child {
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .conflict-hero-banner .hero-banner__inner {
                padding: 80px 20px 40px;
            }
.conflict-hero-banner p {
           
   max-width:100%;
  
     
        }
            .conflict-hero-banner .hero-banner__title {
                font-size: 34px;
            }

            .conflict-hero-banner .hero-banner__cap {
                font-size: 10px;
                letter-spacing: 1.5px;
            }
        }

        @media (max-width: 480px) {
            .conflict-hero-banner .hero-banner__title {
                font-size: 26px;
            }
        }
    </style>