.tags__container{
    background-color: RGB(247, 247, 247);
}
.tags__tag{
    border-radius: 20px;
    background-color: rgb(221, 220, 220) ;
    border: unset !important;
    font-size: 13px !important;
    text-transform:  none;
    color: #3C3C3C !important;
    font-weight:  900;
}

.tags__tag:hover {
    background-color: #366666;
    color:  white !important;
}