.featured_posts{
			display: inline-block;
		}
		.featured_section{
			display: inline-block;
			width: 100%;
		}

                        @media screen and (max-width:767px){
                                    .featured_section{
				width: 100%;
			}

                                    .featured_thumbnail{
                                                width: 100%;
                                    }

                                    .featured_img{
                                                width: 250px;
                                    }
                        }

		@media screen and (min-width:768px){
			.featured_section{
				width: 22.2%;
				float: left;

			}
		}
