h1.page-title {
font-weight: 700;
font-size: 40px;
line-height: 50px;
letter-spacing: -0.3px;
margin: 30px 0 15px 0;
padding: 0;
}
.load_more_shelf{
background-color:#efefef;
}
#leaderboard {
padding-top: 20px;
padding-bottom: 20px;
}
.article-title{
font-family: 'Merriweather', serif;
color: #000;
font-size: 29px;
line-height: 30px;
font-weight: 700;
}
.main-img{
width:100%; 
margin:0 0 20px 0;
max-width: 175px;
}


/*Iphone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
.load_more_shelf{
margin-bottom:3%;
}
}
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.load_more_shelf{
margin-bottom:3%;
}
.article-title{
line-height: 23px!important;
font-size: 20px!important;
}
}