@media screen and (max-width : 790px) {
    .courses__topbar__selection-title{
        font-size: 1.2rem;
    }

    
    .courses__topbar__search-box{
        width: 17rem;
    }
}

@media screen and (max-width : 705px) {
    .courses_topbar{
        padding: 3rem 1.8rem;
    }
}
@media screen and (max-width : 660px) {
    .courses__topbar-right{
        gap: 0.5rem;
    }
    .courses__topbar__column-btn,
    .courses__topbar__row-btn{
        width: 3rem;
        height: 3rem;
    }
    .courses__topbar__search-box{
        width: 14rem;
        font-size: 1.2rem;
        height: 3rem;
    }
    .courses__topbar__selection-title{
        font-size: 1rem;
    }
    .courses__topbar__selection-item{
        font-size: 1.2rem;
    }
}


@media screen and (max-width : 522px) {
    .courses_topbar{
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        -ms-border-radius: 0.5rem;
        -o-border-radius: 0.5rem;
    }
    .courses__topbar-right{
        order: 1;
        flex-direction: row-reverse;
    }
    .courses__topbar__search-box{
        width: 100%;
        height: 4rem;
    }

    .courses__topbar-left,
    .courses__topbar-right{
        width: 100%;
        justify-content: space-between
    }
}

@media screen and (max-width : 350px) {
    .courses__topbar__selection{
        width: 100%;
    }
    .courses__topbar__selection-title{
        width: 100%;
    }
}