#latest-news {
    margin: 50px 0;
}
#latest-news .suppliers-title {
    margin-bottom: 50px;
}
.suppliers-title.green {
    border-left: solid #42a758;
    color: #42a758;
}
.show-all-link {
    color: #dd8231;
    font-size: 16px;
    border: 1px solid;
    padding: 15px;
    white-space: nowrap;
}
.show-all-link .lnr {
    font-size: 11px;
    margin-right: -5px;
}
.show-all-link:hover {
    background-color: #dd8231;
    color: white;
}