.newsitem {
    margin-bottom: 30px;
}

.newsitem h3 {
    background-image: url(../../images/layout/news.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    color: #1e6557;
    min-height: 45px;
    margin-left: -0px;
}

.newsitem h4 {
    font-size: 0.87rem;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    #newsitems article:nth-child(2n+2) {
        clear: both;
    }

    @media only screen and (min-width: 768px) {
        #service > a:link, #service > a:visited {
            border-bottom: 3px solid white;
        }
    }


}

@media only screen and (min-width: 1200px) {
    #newsitems article:nth-child(2n+2) {
        clear: none;
    }

    #newsitems article:nth-child(3n+2) {
        clear: both;
    }
}