.caratteristiche img {
    width: auto;
    height: 200px;
}


#caratteristiche-verande {
    margin-top: 25px;
    margin-bottom: 8px;
}

/* Desktops and laptops */
@media only screen and (min-width : 1025px) {
    #caratteristiche-verande {
        width: 80%;
        height: auto;
        position: relative;
        margin-bottom: 10px;
    }

    .caratteristiche img {
        height: 300px;
        width: auto;
    }

    .caratteristiche p {
        margin-top: 5%;
    }
}

@media screen and (min-width: 2000px) {
    .caratteristiche img {
        height: 400px;
        width: auto;
    }
}