* {
    font-family: "Cactus Classical Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.navbar * {
    color: #FFF !important;
}

.category_title {
    line-height: 35px;
    font-size: 30px;
    display: flex; /* ★ */
    align-items: center; /* ★ */
}
.category_title:before{
    content: '';
    background:url('../img/icon_money.png');
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 15px;
}
.category_title:after{
    content: '';
    background:url('../img/icon_money.png');
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 15px;
}
