img{
    border-radius: 8px;
}

@media only screen and (min-width: 768px) {
    .screenWithList{
        float: left;
        width: 25%;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    h2{
        clear: left;
    }
    
}
