:root{
        --nav-amount: 6;
        
        
    }
    
    .NK_service_nav_wrapper{
        border-top: 2px solid lightgrey;
    }
    
    .NK_service_nav_placer{
        list-style: none;
        padding: 25px 0px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0px 0px 50px 0px;
    }
    
    .NK_service_nav_element{
        
    }
    
    .NK_service_nav_element_link{
        padding: 15px;
    }
    
    .NK_service_nav_element_link > p{
        text-align: center;
        padding: 5px;
    }
    
    .NK_service_nav_element_link > img{
        height: 100px;
        margin: auto;
    }
    