@media only screen and (max-width: 1140px) {
    
    .nav-list{
        flex-direction: column;
    }

    .navbar {
        flex-direction: column;
        height: 447px;
        transition: all 0.7s ease-in-out;
    }

    .rightNav {
        text-align: center;
    }

    .box-main{
        max-width: 100%;
        flex-direction: column-reverse;
    }

    #search {
        width: 100%;
    }

    .burger{

        display: block;
    }

    .h-nav-resp{
        height: 72px;
    }

    .v-class-resp {
        opacity: 0;
    }

    .section{
        flex-direction: column-reverse;
        height: auto;
    }

    .firstSection {
        height: 500px;
    }

    .text-small{

        text-align: center;

    }

    .text-big{

        text-align: center;

    }

    .buttons{

        text-align: center;

    }

    .paras {
        padding: 0;
    }

    .logo img {
        width: 100%;
    }

    
}