@media screen and (min-width: 1201px) {
.flex-Pcont {
    background-color: #80CBC4;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ccc;
}

.Pcont-item1 {
    /* testo su riquadro bianco*/
    display: flex;
    width: 350px;
    height: 200px;
    text-align: left;
    font-size: 0.9em;
    padding: 20px;
    margin: 75px 20px 20px 20px;
    color: #333;
    z-index: 5;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.3);
}

.Pcont-item2 {
    width: 350px;
    padding: 20px;
    margin: 10px;
    line-height: 1.3em;
    overflow: hidden;
    text-align: center;
    display: block;
}

.Pcont-item2 img {
    margin-top: 10px;
}

.indice {
    display: block;
    width: 100%;
    padding: 35px 5px 5px 5px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4em;
    color: #009688;
}

.load-app {
    background-color: #04AA6D;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    margin: -8px 2px;
    cursor: pointer;
}

.load-app:hover {
    background-color: #00C853;
}

.load-tutte {
    background-color: #F57F17;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    margin: -8px 2px;
    cursor: pointer;
}

.load-tutte:hover {
    background-color: #00C853;
}

.titolo {
    color: #00796B;
    font-size: 1.2em;
    font-weight: 600;
    width: 370px;
    text-align: left;
}

.titolo2 {
    display: block;
    width: 180px;
    height: 160px;
    background-color: #80CBC4;
    color: #00796B;
    margin-right: 10px;
    padding: 30px 6px 6px 6px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    border-left: 2px solid #A1887F;
}
}

@media screen and (min-width: 890px) and (max-width: 1200px) {
    .flex-Pcont {
        background-color: #80CBC4;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Pcont-item1 {
    display: flex;
    width: 350px;
    height: 200px;
    text-align: left;
    font-size: 0.9em;
    padding: 20px;
    margin: 75px 20px 20px 20px;
    color: #333;
    z-index: 5;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.3);
    }

    .Pcont-item2 {
        width: 350px;
        padding: 20px;
        margin: 10px 10px 0 10px;
        line-height: 1.3em;
        overflow: hidden;
        text-align: center;
        display: block;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .Pcont-item2 img {
        margin-top: 10px;
    }
    .indice {
    display: block;
    max-width: 100%; 
    padding: 35px 5px 5px 5px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4em;
    color: #009688;
    text-align: left;
}

    .load-app {      
        background-color: #04AA6D;
        border: none;
        border-radius: 5px;
        color: white;
        padding: 5px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        margin: 10px 2px;
        cursor: pointer;
    }

    .load-app:hover {
        background-color: #00C853;
    }
    .load-tutte {
        background-color: #F57F17;
        border: none;
        border-radius: 5px;
        color: white;
        padding: 5px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        margin: 10px 2px;
        cursor: pointer;
    }
    .load-tutte:hover {
        background-color: #00C853;
    }

.titolo {
    color: #00796B;
    font-size: 1.2em;
    font-weight: 600;
    width: 370px;
    text-align: left;
}

.titolo2 {
    display: block;
    width: 180px;
    height: 160px;
    background-color: #80CBC4;
    color: #00796B;
    margin-right: 10px;
    padding: 30px 6px 6px 6px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    border-left: 2px solid #A1887F;
}
}

@media screen and (max-width: 889px) {
.flex-Pcont {
    background-color: #80CBC4;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ccc;
}

    .Pcont-item1 {
        width: 90%;
        height: auto;
        text-align: left;
        font-size: 0.9em;
        padding: 20px;
        margin: 10px;
        color: #333;
        z-index: 5;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .Pcont-item2 {
        width: 90%;
        height: auto;
        margin: 10px 10px -5px 10px;
        line-height: 1.3em;
        overflow: hidden;
        text-align: center;
        display: block;
        background-color: #FFD740;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .Pcont-item2 img {
        margin-top: 10px;
    }
     .indice {
    display: block;
    max-width: 100%; 
    padding: 35px 5px 5px 5px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4em;
    color: #009688;
    text-align: left;
}   
.load-app {      
        background-color: #04AA6D;
        border: none;
        border-radius: 5px;
        color: white;
        padding: 5px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        margin: 10px 2px;
        cursor: pointer;
    }

    .load-app:hover {
        background-color: #00C853;
    }
    .load-tutte {
        background-color: #F57F17;
        border: none;
        border-radius: 5px;
        color: white;
        padding: 5px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        margin: 10px 2px;
        cursor: pointer;
    }
    .load-tutte:hover {
        background-color: #00C853;
    }    
    .titolo {
        padding-top: 10px;
        color: #00796B;
        font-size: 1.2em;
        font-weight: 600;
    }
        .titolo2 {
        color: #00796B;
        margin-bottom:-10px;
        font-size: 1.2em;
        font-weight: bold;
    }
}