.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #624bff!important;
}
.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title span {
    text-transform: uppercase;
}
.section-title-center span {
    margin: 0 15px;
}
.pro_cat {
    height: 220px;
    overflow: hidden;
}
.pro_cat .content {
    position: absolute;
    bottom: 18px;
    left: 18%;
    width: 64%;
    background: #000000a3;
    padding: 5px 8px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}
.cus_btn {
    background: white;
    padding: 3px 10px;
    border-radius: 20px;
    color: black;
    border: 1px solid #dddddd;
    margin-bottom: 4px;
}
.cus_active {
    background: blue;
    color: white;
}