.article-home h2{
font-size: 24px;
text-align: left;
text-transform: uppercase;
padding-bottom: 20px;
}
.article-home .rows{
clear: both;
}
.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;
padding-top: 10px;
}
.article-home .col:first-child{
margin-left: 0 !important;
margin-bottom: 20px;
}
.article-home .col {
display: block;
float: left;
text-align: justify;
}
.article-home .col.c1{
width: 100%;
}
.article-home .col.c2{
margin-left: 2%;
width: 49%;
}
.article-home .col.c3{
margin-left: 3.5%;
width: 31%;
}
.article-home .col.c4{
margin-left: 1%;
width: 24%;
}
@media screen and (max-width: 660px){
    .article-home h2{
        padding-bottom: 10px;
    }
    .article-home .col {
    width: 100% !important;
    margin: 0 auto 20px auto !important;
    }
}