/**
 * Custom Widget
 */
div.terra-features div.news {
    padding: 1em 1em; 
}
div.terra-features img {
    margin-bottom: 1em; 
}
div.terra-features a {
    font-weight: bold;
}
div.terra-features .date {
    margin: 0.5em 0 0.5em 0;
    font-style: italic;
}
@media all and (max-width: 1024px) {
    div.terra-features div.news {
        display: none;
    }   
}
