#category-list {}

#category-list .item {
    margin-bottom: 30px;
}

#category-list .item .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
	height: 250px;
}

#category-list .item .title {
    min-height: 53px;
}

#category-list .item i {
    background: transparent;
    color: inherit;
    font-size: 20pt !important;
}
