
/* --------------- Project Section CSS START Here ---------------*/
.project_rw1 {
    margin: 60px 0px;
}
.project_container .section_content_lft p , .project_container .section_content_rgt p{
    margin:0px 0px 24px 0px;
}
.project_container .section_content_rgt {
    padding-left: 25px;
}
.project_container .section_content_lft {
    padding-right: 25px;
}

img.MSC2, img.MSC3{
    width: 300px;
}
/* --------------- Project Section CSS END Here ---------------*/


/* --------------- Blog Section CSS START Here ---------------*/
.blog_container {
    padding:60px 0px;
}
.blog_row {
    margin-top: 40px;
}
.section_blog_content {
    text-decoration: none;
    display: block;
    padding: 0 8px;
}
.section_blog_content img{
    width: 100%;
    margin-bottom:9px;
}
.section_blog_content p{
    font-size: 14px;
    line-height: 26px;
    color:#ABABAB;
    margin-bottom: 1px;
    margin-top: 5px;
}
.section_blog_content h3{
    font-size: 20px;
    line-height: 30px;

}
 .bog_img_box {
    height: 220px;
}
 .bog_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_view_btn {
    margin: auto;
    margin-top: 80px;
}
/* --------------- Blog Section CSS END Here ---------------*/

@media only screen and (min-device-width: 1080px) and (max-device-width: 1300px) {

    /* --------------- Project Section CSS START Here ---------------*/
    img.MSC2, img.MSC3{
        width: 282px;
    }
    /* --------------- Project Section CSS END Here ---------------*/
}


/*-------------   Mobile Screen Media Query -------------  */
@media only screen and (min-device-width: 300px) and (max-device-width: 680px) {

    .project_rw1 {
        margin: 32px 0px 42px;
    }
    .project_container .section_content_lft p, .project_container .section_content_rgt p {
        margin: 0px 0px 15px;
    }
    .project_container .section_content_lft {
        padding-right: 0px;
    }
    .prj2_col1 {
        order:2;
    }
    .prj2_col2 {
        order:1;
    } 
    .project_container .section_content_rgt {
        padding-left: 0;
    }
    .schl_clg_img_col {
        flex-direction: column;
    }
    img.MSC2, img.MSC3 {
        width: 100%;
    }
    .blog_container {
        padding: 30px 10px;
    }
    .section_blog_content {
        padding: 0px;
    }
    .blog_row {
        margin-top: 20px;
    }
    .section_blog_content img {
        margin-bottom: 8px;
    }
    .section_blog_content p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .section_blog_content h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .blog_view_btn {
        margin: 0;
        margin-top: -6px;
    }

}


@media only screen and (min-device-width: 681px) and (max-device-width: 1024px) {
    .project_rw1 {
        margin: 60px 0px !important;
    }
    img.MSC2, img.MSC3 {
        width: 50% !important;
    }
    .blog_container {
        padding-top: 0px !important; 
    }
    .blog_row {
        padding: 0 10px;
    }
    .section_blog_content {
        padding: 0px;
    }
    .blog_container {
        padding-bottom: 0px; 
    }
    .blog_view_btn {
        margin-top: 60px;
    }
    .section_blog_content h3 {
        font-size: 23px;
        line-height: 27px;
    }
    .section_blog_content p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}