.curiosita {
    display: flex;
    flex-direction: row-reverse;
}

.curiosita-2 {
    display: flex;
    flex-direction: row;
}

.curio-2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-right: 180px;
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #06A086;
    margin-top: 150px;
}

.curio-1 {
    display: flex;
    justify-content: center;
    color: #06A086;
    margin: 80px auto;
}

.curio-h2 {
    display: flex;
    justify-content: flex-start;
    margin-left: 180px;
    margin-top: 150px;
    color: #06A086;
}

.desciz-curio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    margin-left: 50px;
    margin-right: 50px;
}

.comment-box-1 {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.img-resto-2 {
    margin-right: 50px;
}

.img-resto-1 {
    margin-left: 50px;
}

.comment {
    display: flex;
    flex-direction: column;
}

.content {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.btn-bars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

@media (max-width: 780px) {
    .house {
        font-size: 3.5rem;
    }

    .desciz-curio {
        font-size: 1.5rem;
        margin-left: 80px;
        margin-right: 80px;

    }

    .curio-h2,
    .curio-2 {
        display: flex;
        justify-content: center;
        margin: 80px;
    }

    .comment {
        display: none;
    }

    .comment:nth-child(1),
    .comment:nth-child(2) {
        display: flex;
        /* Mostra solo i primi due */
    }

    .curiosita-2 {
        display: flex;
        flex-direction: column;
    }

    .img-resto-1,
    .img-resto-2 {
        display: flex;
        justify-content: center;
        margin-left: 58px;
        margin-top: 80px;
    }

    .curiosita {
        display: flex;
        flex-direction: column;
    }

    .comment-box-1 {
        display: none;
    }

    .comment-box-2 {
        display: none;
    }
}