#all_courses{
    padding-top: 8%;
    background: url(../images/course_pg_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 7%;
}

#all_courses .course_container{
    margin-right: 70px;
    margin-left: 70px;
}

.course_header h1{
    font-size: 40px;
    color: #48A648;
    margin: 0;
    margin-bottom: 60px;
}

.course_body{
    margin-bottom: 100px;
}

.course_body .fs_course{
    background-image: url(../images/landing_pg_fs_2.jpg);;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 37px;
    box-shadow: 0px 16px 0px #003281;
    margin-right: 33%;
    padding: 30px 30px 30px 16px;
}

.fs_course_data{
    padding: 30px;
    border-radius: 22px;
    background-color: rgba(55, 64, 84 , .57);
}

.fs_course_data h2{

}

.course_body .ml_course{
    background-image: url(../images/python_ml_720.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 37px;
    box-shadow: 0px 16px 0px #1B1F2A;
    margin-left: 33%;
    padding: 30px 30px 30px 16px;
}

.ml_course_data{
    padding: 30px;
    border-radius: 22px;
    background-color: rgba(43, 99, 47 , .57);
}

@media screen and (max-width: 767px){
    #all_courses .course_container {
        margin-right: 25px;
        margin-left:25px;
    }
    .course_body .fs_course {
        margin-right: 0%;
    }
    .course_body .ml_course {
        margin-left: 0%;
    }
    .ml_course_data , .fs_course_data{
        text-align: center;
    }
    .ml_course_data .co, .fs_course_data .co{
        text-align: left;
    }  
    .co .co-title {
        font-size: 18px;
        font-weight: bold;
    }  
    .co .co-desc {
        font-size: 14px;
    }
    .lm-btn {
        font-weight: bold;
        font-family: 'Rubik';
        font-size: 14px;
        height: 31px !important;
    }
    .course_header h1 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 70px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #all_courses .course_container {
        margin-right: 18px;
        margin-left:18px;
    }
    .course_body .fs_course {
        margin-right: 0%;
    }
    .course_body .ml_course {
        margin-left: 0%;
    }
    .ml_course_data , .fs_course_data{
        text-align: left;
    }
    .ml_course_data .co, .fs_course_data .co{
        text-align: left;
    }  
    .co .co-title {
        font-size: 38px;
        font-weight: bold;
    }  
    .co .co-desc {
        font-size: 18px;
    }
    .lm-btn {
        font-weight: bold;
        font-family: 'Rubik';
        font-size: 16px;
        height: 35px !important;
    }
    .course_header h1 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 70px;
    }
}