/* CSS Document */
.featured-posts {padding: 30px 0px 20px 0px;}
.featured-posts.row-white h3, .featured-posts.row-gray h3 {font-size: 40px; padding-bottom: 10px; margin: 25px 0px;}

@media (max-width: 767px) {
    .featured-posts {padding: 20px 0px 20px 0px;}
    .featured-posts.row-white h3, .featured-posts.row-gray h3 {font-size: 36px; padding-bottom: 0px; line-height: 1.2;}
}