#section{
    background-image: url('https://images.unsplash.com/photo-1496469888073-80de7e952517?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    width: 100%;
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.edujobs{
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
}
.para{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 85px !important;
}
.para h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.side-cards{
    box-shadow: none !important;
}
.title{
    text-transform: uppercase;
    font-family: poppins, serif;
}
.rating-body i{
    color: orange;
    font-size: 12px;
}
.rating-body{
    font-size: 14px;
    line-height: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.form-check{
    font-size: 12px;
    line-height: 30px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: lowercase;
}
.btn-filter{
    width: 120px !important;
    border-radius: 0% !important;
    font-size: 13px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.course-card{
    /*width: 314px;*/
    height: 520px;
}
.course-card{
    border-radius: 15px !important;
}
.course-card img{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.category{
    font-size: 14px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgba(0, 0, 0, 0.508);
}
.course-title{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
}
.texts{
    font-family: Poppins, serif;
    font-size: 10px;
    font-weight: 700;
    color:rgba(0, 0, 0, 0.718);
}
.language{
    font-size: 13px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgba(0, 0, 0, 0.608);
}
.review {
    font-size: 12px;
}
.review i{
    color: orange;
}
.card-foot{
    font-family: Poppins, serif;
    font-size: 11px;
    font-weight: 700;
    color:rgba(0, 0, 0, 0.718);
}



/*** Media queries***/

@media (min-width: 887px){
    .edujobs h1, .edujobs span{
        font-size: 100px;
    }
}
@media (min-width: 447px) and (max-width: 886px){
    .edujobs h1, .edujobs span{
        font-size: 60px;
    }
    .para h1, .para h3{
        font-size: 20px;
    }
}
@media (max-width: 446px){
    .edujobs h1, .edujobs span{
        font-size: 40px;
    }
    .para h1, .para h3{
        font-size: 17px;
    }
    
}