@charset "UTF-8";

.cata-list{
	margin-top: 50px !important;
	
}
.cata-list > li{
	padding-bottom: 0px !important;
}
.new-mes{
	color : #6db131;
	font-weight    : bold;
	position: relative;
    top: -30px;
}
.cat-mes{
	position: relative;
    top: -23px;
}

@media screen and (max-width: 767px) {
	.cata-list{
		margin-top: 40px !important
	}
	.new-mes{
		color : #6db131;
		font-weight    : bold;
		position: relative;
		top: -25px;
	}
	.cat-mes{
		position: relative;
		top: -20px;
	}
}