.article-custom{}
.article-custom .wrapper{
	padding:50px 0px;
    background-color:#1d4a05;
}
.article-custom .uk-panel-title{
    text-align:center;
    color:#FFF;
}
.article-custom .description{
    color:#FFF;
	text-align:center;
}
.article-custom .item{
    border-radius:5px;
    /* padding:15px; */
    background-color:#FFF;
}
/* .article-custom .item .image img { */
    /* border-radius: 5px 5px 0px 0px; */
/* } */
.article-custom .body{
	margin-top:0px;
    padding:15px;
}
.article-custom .item .name{
	margin:0px;
    font-size:inherit;
    line-height:inherit;
    max-height:42px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.article-custom .item .name>*{
    font-weight:bold;
}
.article-custom .item .sapo{
	margin-top:10px;
}
.article-custom .item .more{
	margin-top:10px;
}
/* .article-custom .item .more>a{ */
    /* border:none; */
    /* text-align:left; */
/* } */
.article-custom .readmore>a{
    color:#fff;
}
@media (max-width:767px){
	.article-custom .wrapper{
		padding:25px 0px;
	}
	/* .article-custom .description{ */
		/* text-align:justify; */
	/* } */
	.article-custom .item .image{
		height:125px;
	}
	.article-custom .item .sapo{
		display:none;
	}
}