/* iPhone 5*/

@media screen and (min-width: 760px) {

    body{


    }

    h1 {
        font-size: 1.8em
    }


    .listView h2 {
        font-size: 140%;
    }


    .itemAware {
        background-position-x: -30px;
    }


    .itemAware h2 {
        font-size: 18px;
        margin-top: 0
    }

    .itemAware>div {
        padding: 16px 18px 6px 20%;
    }

    .boxContent div.img {
        flex: 0 0 20%;
    }


    .check {background-size: 6% auto;}


}
