#latest-news {
    padding:160px 0;
    background: #efefef;
}

#latest-news h4 {
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
    border-radius: 6px;
    background: linear-gradient(to right top, #F15523 20%, #FFBE01 80%);
    font-size: 20px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
}

#latest-news h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    font-weight:900;
    padding:0 0 20px 0;
}

#latest-news .news-item {
    padding-top:20px;
    padding-bottom: 20px;
}

#latest-news p {
    text-align: center;
}


#latest-news .btn {
    margin: auto;
    display: table;
    margin-top:40px;
    padding-bottom: 5px;
    outline: none;
}

#latest-news .btn-info, #latest-news .btn-info:hover {
    background:#efefef;
}



#latest-news ul {
    padding: 0;
    margin: 0 0 80px 0;
    text-align: center;
}

#latest-news ul li {
    list-style-type: none;
    font-weight: 300;
    float: left;
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
    min-height: 300px;
    text-align: left;
}

#latest-news .update-background {
    width: 100%;
    height: 250px;
    background-size: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-position: center;
}

.new-item-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#latest-news ul li a {
    color: #254;
    font-weight: 600;
}

.date {
    color: #999;
    font-size: 16px;
    line-height: 2;
    display: block;
}