.wp-block-list {

    font: var(--font-p-inc);
        display: flex;
        flex-direction: column; 
        gap: 0.5rem;              
        list-style: none;      
        padding: 0;
        margin: 0;

        li {
            display: flex;
            align-items: center; 
            gap: 1.5625rem;
            list-style: none;
            @media(max-width:992px){
                align-items: flex-start;
            }
        }

        li::before {
            content: "";            
            flex-shrink: 0;         
            width: 24px;            
            height: 24px;           
            background: url("../../../img/ico-ar-24.svg") no-repeat center;
            background-size: contain; 
        }
}




  /*  &.is-style-xl-logo{
        color: var(--color-terra);
        font: var(--font-p-l);
        display: flex;
        flex-direction: column; 
        gap: 2.5rem;              
        list-style: none;      
        padding: 0;
        margin: 0;

        li {
            display: flex;
            align-items: flex-start; 
            gap: 1.5625rem;
            list-style: none;
            }

        li::before {
            content: "";            
            flex-shrink: 0;         
            width: 30px;            
            height: 30px;           
            background: url("../../../img/ico-a-30.svg") no-repeat center;
            background-size: contain; 
        }
    }
    */
    
    
    /*
    &.is-style-sm-logo{
        font: var(--font-p-inc);
        display: flex;
        flex-direction: column; 
        gap: 2rem;              
        list-style: none;      
        padding: 0;
        margin: 0;

        li {
            display: flex;
            align-items: center; 
            gap: 1.5625rem;
            list-style: none;
            @media(max-width:992px){
                align-items: flex-start;
            }
        }

        li::before {
            content: "";            
            flex-shrink: 0;         
            width: 30px;            
            height: 30px;           
            background: url("../../../img/ico-a-30-w.svg") no-repeat center;
            background-size: contain; 
            }
    }
*/
/*
    &.is-style-sm-arrow{
    }
*/



