@media only screen and (min-width: 767px) {
.category_style {
    color: white;
    background-color: #a8917e;
    display: inline-flex;
    font-family: 'Work Sans';
    font-size: 12px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 28px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
}
}

@media screen and (max-width: 767px) {
.category_style {
    color: white;
    background-color: #a8917e;
    display: inline-flex;
    font-family: 'Work Sans';
    font-size: 10px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 15px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
}
}