.fixed-phrase-highlighted {
    color: #3866DF;
    font-weight: 600;
    font-size: 18px;
}

.fixed-phrase-highlighted:hover {
    color: rgb(229, 60, 79);
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
}

.search-instead {
    color: #3866DF;
    font-weight: 500;
    font-size: 13px;
}

.search-instead:hover {
    color: rgb(229, 60, 79);
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}

.mb-0{
    margin-bottom: 0!important;
}

.hide-pagination-num-in-phone {
    display: none!important;
}