@media only screen and (max-width:1143px) {
    .ulist li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}
@media only screen and (max-width:900px) {
    .d-nav-resp{
        display: none;
    }
    .burger{
        display: block;
        top: 140px;
    }
    .h-nav-resp{
        height: 50px;
    }
    .v-class-resp{
        opacity: 1;
    }
    .logo-resp{
        opacity: 100%;
    }
}