.article-home h2{
text-align: center;
padding-bottom: 40px;
}
.article-home .category{
padding: 15px 0 10px 0;
}
.article-home .category a.title{
text-transform: uppercase;
padding-right: 10px;
color: #4C906F;
font-weight: bold;
}
.article-home .rows{
clear: both;
margin: 0 auto;
}
.article-home .rows:before, .article-home .rows:after {
content: "";
display: table;
}
.article-home .rows:after {
clear: both;
}
.article-home .brief span{
color: #555;
}
.article-home img{
display: block;
width: 100%;
border-radius: 20px;
}
.article-home a h3{
font-weight: normal;
}
.article-home .col:first-child{
margin-left: 0 !important;
margin-bottom: 20px;
}
.article-home .col {
display: block;
float: left;
background-color: #fff;
padding: 20px 20px;
border-radius: 30px;
}
.article-home .col.c1{
width: 65%;
}
.article-home .col.c2{
margin-left: 2%;
width: 33%;
}
.article-home .col.c3{
margin-left: 2%;
width: 32%;
}
.article-home .col.c4{
margin-left: 2%;
width: 23.5%;
}

@media screen and (max-width: 660px){
.article-home h2{
    padding-bottom: 10px;
}
.article-home .col {
width: 100% !important;
margin: 0 auto 20px auto !important;
}
}