@media only screen and (min-width: 992px) and (max-width: 1999px) {
    .btns-cardCourse li a{
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-posts .blog-title h1 {
        margin-bottom: 175px;
    }	

    .sort-views {
        display: flex;
        justify-content: space-between;
        float: none;
        flex-direction: column;
    }

    .paddRi-10 {
        padding-right: 0px;
        padding: 0;
    }

    label.modern-select {
        margin-left: 0;        
        margin-bottom: 5px;
    }

    #btnMoreCoursesFromEscuelaContent{
        padding: 0;
    }

    .blog-posts .blog-title h1.orderingOfertasContainer {
        margin-bottom: 135px;
    }

    .main-content.flat-row{
        padding-top: 43px !important;
    }

    .btns-cardCourse li a{
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-posts .blog-title h1 {
        font-size: 26px;
        margin-bottom: 170px;
    }	

    .sort-views {
        display: flex;
        justify-content: space-between;
        float: none;
        flex-direction: column;
    }

    .paddRi-10 {
        padding-right: 5px;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .sort-views .list-grid {
        padding-left: 1px;
        padding-right: 1px;
    }

    .post-warp .clearfix{
        padding-right: 0;
        padding-left: 0;
    }

    .main-content.course-grid .flat-course {
        margin-bottom: 20px;
        padding: 0 5px;
    }

    #cursosRelacionadosTitle .container{
        max-width: 90%;
        padding-left: 0; 
        padding-right: 0;
    }

    .flat-post-ordering.clearfix.orderingOfertasContainer{
        top: 4.7em;
    }

    .blog-posts .blog-title h1.orderingOfertasContainer {
        margin-bottom: 135px;
    }

    .main-content.flat-row{
        padding-top: 43px !important;
    }

    .btns-cardCourse li a{
        margin-right: 5px;
        font-size: 92%;
    }
}

@media only screen and (max-width: 699px) {
    .btns-cardCourse li a{
        margin-top: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-posts .blog-title h1 {
        font-size: 22px;
    }

    #accesoCursoDos {
        top: 78%;
        right: -37px;
        scale: 0.68;
    }

    .main-content.flat-row{
        padding-top: 43px !important;
    }

    .btns-cardCourse li a{
        margin-top: 3px;
        font-size: 90%;
    }
}

@media only screen and (max-width: 415px) {
    .blog-posts .blog-title h1 {
        font-size: 18px;
    }

    .btns-cardCourse li a{
        margin-right: 5px;
        font-size: 84%;
    }
}