#news > h1:first-of-type {display: none;}
#news {padding: 0 5px;}

.landingPageWrapper .landingDetails { margin: 0 auto 40px;}

.landingImage img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 450px;}
    
.landingDes {
    max-width: 500px;
    margin: 20px auto 0;}

.byline span {
    font-family: 'Big John', sans-serif;
    font-weight: 900;
    font-size: 12px;}

.byline i {color: #e6957a;}
.byline i.last {margin: 0 5px 0 -6px;}

.shareContent:first-of-type > * {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 20px 0 0;}
    
.ulStyle .news-list > h3 {
    margin-bottom: 30px;
    font-size: 16px;}
    
#news .news_body {
    display: table;
    width: 100%;}
    
#news .news_body p{line-height: 1.5;}