@media screen and (max-width: 768px){

    .content-header .logo {
        width: 300px;
        height: 300px;
        margin-bottom: 0px;
    }

    .content-header h2 {
        width: 80%;
        font-size: 1.5rem;
    }

    .selector {
        width: initial !important;
    }

    .selector h1 {
        font-size: 1.5rem;
    }

    .selector img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .choose_menu {
        width: 100%
    }

    .section-menu h1 {
        font-size: 3rem;
    }

    .item {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .item:last-child {
        margin-bottom: 0;
    }

    .item h2 {
        text-align: center;
        margin-left: 0;
    }

    .item p {
        text-align: center;
        margin-left: 0;
        font-size: 1rem;
    }
}