body {
    background: url("../img/course-background.png?v=00001") no-repeat center;
    background-size: cover;
}
.ferresh_filter, .filtershowBtn {
    background: rgba(185, 172, 115, 1);
}
.ferresh_filter {
    /*background: none;*/
    border-radius: 50px;
}
.ferresh_filter.hvr-sweep-to-right:before {

}
.home-wrap {
    margin-top: 70px;
}
.rotate_card {
    background-size: cover!important;
}

@media (max-width: 1047.98px) {
    a.rotate_card {
        width: 39%;
    }
}
@media (max-width: 1024.98px) {
    a.rotate_card {
        width: calc(50% - 70px);
    }
    .rotate_card__title {
        position: absolute!important;
    }
    .filterClosebtn {
        background: rgba(185, 172, 115, 1);
    }
}

@media (max-width: 850.98px) {
    a.rotate_card {
        width: calc(50% - 42px) !important;
    }
    .rotate_card__title {
        position: absolute!important;
        top: unset;
    }
    .course_nabor {
        height: 73px;
    }
}
@media (max-width: 560.98px) {
    .course_nabor span {
        bottom: 7px;
    }
    .course_nabor {
        height: 36px;
    }
}
