.avatar-md {
    height: 4.5rem !important;
    width: 4.5rem !important;
}

@media screen and (max-width: 767px) {
    .avatar-md {
        height: 3rem !important;
        width: 3rem !important;
    }
}

.category-title {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px;
    background-color: white;
    padding: 2px 8px;
    color: #F6A703;
    border: solid 1px #F6A703;
    border-radius: 15px;
    position: relative;
    bottom: 0;
}

.category-title.active {
    background-color: #F6A703;
    color: white;
}

.filter {
    background-color: white;
    color: #F6A703;
    border: 1px solid #F6A703;
    border-radius: 17px;
    padding: 6px 10px;
    font-size: 14px;
}

.filter:hover {
    cursor: pointer;
    background-color: #F6A703;
    color: white;
}

.filter.active {
    background-color: #F6A703;
    color: white;
}
