
		 <style>
    @import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,900italic,900,700,700italic,500italic,500,400italic);

.article-blog-home {
    padding-bottom: 50px;
	background: url("") no-repeat fixed center center;
    background-size: 100% auto;
	background-color: #f1f1f1;
}
.article-blog-home h2 {
	text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 44px;
    margin-top: 70px;
}
.article-blog-home h2 b {
	color: #2BBCDE;
}
.article-blog-home .ahother-article-home {
	background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.article-blog-home .ahother-article-home:hover h3 {
	color: #2BBCDE;
/*    box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.08);*/
}
.article-blog-home .ahother-article-home:hover .feature-blog-home {
    height: 400px;
    width: 100%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;   
}
.article-blog-home .black {
	background: #2BBCDE;
}
.article-blog-home .ahother-article-home .img-article-main-home {
	display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.article-blog-home .ahother-article-home .img-article-main-home img {
	height: 100%;
    width: auto;
}
.article-blog-home .ahother-article-home .content-article-main-home {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}
.article-blog-home .ahother-article-home .content-article-main-home h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.article-blog-home .ahother-article-home .content-article-main-home p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.article-blog-home .ahother-article-home .content-article-home {
    padding: 0 10px;
}
.article-blog-home .ahother-article-home .content-article-home h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
.article-blog-home .ahother-article-home .img-atricle-home  {
    overflow: hidden;
    max-height: 180px;
}
.feature-blog-home {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 180px;
}
.feature-blog-home span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.article-blog-home .end-box-home {
    background: #2BBCDE;
    height: 400px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
}
.article-blog-home .end-box-home span {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .article-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px;
    }
    .article-blog-home .ahother-article-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    }
    .article-blog-home .ahother-article-home .img-article-main-home {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto;
    }
    .article-blog-home .ahother-article-home .img-article-main-home img {
    height: auto;
    width: 100%;
    }
    .article-blog-home .black {
    background: #fff;
    }
    .article-blog-home .ahother-article-home .content-article-main-home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    }
    .article-blog-home .ahother-article-home .content-article-main-home h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    }
    .article-blog-home .ahother-article-home .content-article-main-home p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    }
    .article-blog-home .end-box-home {
    background: #2BBCDE;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    }
    .article-blog-home1  {
    height: 100%;
    width: 100%;
    height: 400px;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    }
}

    
    </style>