    .aide-impact-banner {
        background-color: #000;
        border-radius: 12px;
        padding: 46px 102px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        justify-content: center;
        color: #FFFFFF;
        margin: 50px auto;
    }

    .aide-impact-banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        z-index: 1;
    }


    .aide-impact-banner-bg-left {
        flex-basis: 60%;
        background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/Symmetry_Aide_High-Mesh_with_nodes.svg'), url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/aide_impace_left.svg');
        background-repeat: no-repeat;
        background-position: left 20px center, left center;
        background-size: 56%, cover;
    }

    .aide-impact-banner-bg-center {
        flex-basis: 10%;
        /* background: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/aide-impact-center.svg') no-repeat center center/cover; */
    }

    .aide-impact-banner-bg-right {
        flex-basis: 30%;
        background: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/aide_impace_right.svg') no-repeat right center/cover;
    }
    .aide-impact-banner-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .aide-impact-banner-inner{
        width: 20%;
    }

    .aide-impact-banner-title {
        font-size: 32px;
        font-weight: 500;
        text-align:left;
        margin: 1px 0px 9px 0px;
    }
    .aide-impact-banner-description {
        font-size: 20px !important;
        font-weight: 400;
        text-align:left;
        margin:0;

    }
    .ais-impact-button {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #fff;
        color: #000;
        padding: 12px 20px;
        border: none;
        border-radius: 12px;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
    }
    .ais-impact-button:hover {
        background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
        color:#fff
    }
    .ais-impact-button img {
        transition: transform 0.3s ease;
    }
    .ais-impact-button:hover img {
        transform: scale(1.2);
        filter: brightness(0) invert(1);
    }
    /* Breakpoints */
    @media (max-width: 1399.98px) { 
        /* end 1399.98px*/
    }
    @media (max-width: 1199.98px) { 
        .aide-impact-banner-bg-left {background-size: 70%, cover}
        /* end 1199.98px*/
    }
    @media (max-width: 991.98px) { 
    .aide-impact-banner-bg-left {background: none}
    .aide-impact-banner {padding: 40px}
    .aide-impact-banner-inner {width: 0%}
    .aide-impact-banner-text{width: 70%}
        /* end 991.98px*/
    }
    @media (max-width: 767.98px) { 
        .aide-impact-banner{
            padding:0px;
            margin:0 auto;
            background-color:transparent;
        }
        .aide-impact-banner-section .aide-impact-banner-bg{
            background:url("https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/aide_impact_bg.svg");
            background-repeat: no-repeat;
            background-size:100%;
        }
        .aide-impact-banner-bg-left,
        .aide-impact-banner-bg-center,
        .aide-impact-banner-bg-right{
            background:none;
        }
        .aide-impact-banner-content {
                display: block;
                text-align: center;
        }
        .aide-impact-banner-inner{
            display:none;
        }
        .aide-impact-banner-text{
            margin: 80px 0px 42px;
            width: 100%;
        }
        .aide-impact-banner-title{
            font-size: 23px;
                text-align: center;
        }
        .aide-impact-banner-description{
            font-size: 16px !important;
            text-align: center;
    
        }
        .aide-impact-banner-button{
            padding:10px 20px;
            display: inline-flex;
            margin-bottom:100px;
        }   
    }
    @media (max-width: 575.98px) { 
        .aide-impact-banner{
            padding:0px;
            margin:0 auto;
            background-color:transparent;
        }
        .aide-impact-banner-section .aide-impact-banner-bg{
            background:url("https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/aide_impact_bg.svg");
            background-repeat: no-repeat;
            background-size:100%;
        }
        .aide-impact-banner-bg-left,
        .aide-impact-banner-bg-center,
        .aide-impact-banner-bg-right{
            background:none;
        }
        .aide-impact-banner-content {
                display: block;
                text-align: center;
        }
        .aide-impact-banner-inner{
            display:none;
        }
        .aide-impact-banner-text{
            margin: 80px 0px 42px;
        }
        .aide-impact-banner-title{
            font-size: 23px;
                text-align: center;
        }
        .aide-impact-banner-description{
            font-size: 16px !important;
            text-align: center;

        }
        .aide-impact-banner-button{
            padding:10px 20px;
            display: inline-flex;
            margin-bottom:100px;
        }
    }
