.man-cat {

	background-color: #d8ead2;border-radius: 20px;padding:10px 0px;display: flex; justify-content: center;
	margin: 0px;
}


.man-cat > img {
	width:  80px;
	height:  80px;
}

.man-cat-title {
    overflow: hidden;
    padding: 10px 5px 0px 5px;
    font-size: 12px;
    line-height: 1.3;
 }

@media only screen and (min-width: 800px) {
.man-cat-title {
	padding: 5px;
    font-size: inherit;
    line-height: inherit;
}
}