

.compag-news-previews{
    text-align: center;
    margin-bottom:60px;
    h3{
        margin: 0;
        padding: 0;
        padding-left: 60px;
        line-height: 60px;
        background:url(../img/logo-compag-small.png) no-repeat left center;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom:20px;
    }
}

.compag-news-preview{
    text-align: left;
    background: #f2f2f2;
    padding:30px;
    margin-bottom:20px;
    display: block;
    text-decoration: none;
    color:#333;
    &:hover{
        text-decoration: none;
    }
    h4{
        color:@brand-primary;
        text-transform: uppercase;
    }
}

.boxes{
    margin-bottom:60px;
    
}
.box{
    display: block;
    text-decoration: none;
    color:#333;
    margin-bottom:20px;
    &:hover{
        text-decoration: none;
    }
    h4{
        //font-family: @font-family-serif;
        margin:20px 0;
        padding: 0;
        color:@brand-primary;
    }
    > img{
        display: block;
        width: 100%;
        height: auto !important;
    }
}
