html,body{
    margin:0
}
html{
    font-size:16px;
    font-family:sans-serif
}
.speed-test-item{
    width:190px;
    height:175px;
    padding: 15px 15px;
}

@media screen and (max-width: 768px) {
        .speed-test-item{
        width:130px;
        height:115px;
        padding: 5px 5px;
    }
}

.speed-test-item.even{
    background:#000
}
.news-item{
    padding:20px;
    background:#089031;
    max-width:25%;
    color:#fff;
    text-decoration:none;
    border-right:1px #ddd solid
}
 