#featuredWrapper {
    max-width: 800px;
    display: flex;
}


#featuredLeftInner {
	max-width: 480px;
}


#featuredPost {
    width: 100%;
}


#otherFeaturedPosts {
	max-width: 310px;
}


h2#featuredTitle {
    font-size: 38px;
    line-height: 1.1;
}