.filter-btns {
    position: relative;
}

#all-courses {
    position: absolute;
    font-weight: 400;
    bottom: -40px;
    left: 16px;
    color: #f37021;
    line-height: 2;
}

#all-courses:hover {
    color: #ff9b5d;
    cursor: pointer;
}