#main-section{    
    background-color: #f7f8f9;
}
#main-block{
    width: 94%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#main-block h3{
    color: #000;
}
@media (min-width: 992px) {
    #main-block{
        width: 84%;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
}
#main h2{
    color: #000;
}
.filter-desktop h2{
    font-size: 1.5rem;
}
.filter-desktop ul{
    list-style: none;
    padding: 0;

}
.filter-desktop ul li{
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    height: 2.2rem;
}
.filter-desktop li a{
    color: #000;
}
.filter-desktop li a.active{
    color: #e00046;
}
.filter-desktop ul li.active{
    border-bottom: 2px solid #e00046;
}

thead th{
    background-color: #d4d4d4!important;
    color: #252525;
    text-align: center;
    font-weight: bold;
}