.elementor-25194 .elementor-element.elementor-element-8318261{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-25194 .elementor-element.elementor-element-3e79beb{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-3e79beb */.blog-container{
    max-width:1200px;
    margin:40px auto;
    padding:20px;
    font-family:Arial, sans-serif;
    line-height:1.8;
}

.blog-header{
    background:#0d6efd;
    color:#fff;
    padding:40px;
    border-radius:12px;
    margin-bottom:30px;
}

.blog-header h1{
    margin:0 0 15px;
    font-size:38px;
}

.blog-section{
    background:#fff;
    padding:30px;
    margin-bottom:25px;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
}

.blog-section h2{
    color:#0d6efd;
    margin-bottom:15px;
    font-size:28px;
}

.blog-section p{
    color:#444;
    font-size:17px;
}

.blog-section ul{
    padding-left:20px;
}

.blog-section ul li{
    margin-bottom:10px;
    color:#333;
}

.course-box{
    border-left:5px solid #0d6efd;
    background:#f8f9fa;
    padding:20px;
    margin-bottom:20px;
    border-radius:8px;
}

.course-box h3{
    margin-top:0;
    color:#222;
}

.apply-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    padding:12px 25px;
    border-radius:6px;
    margin-top:10px;
    transition:0.3s;
}

.apply-btn:hover{
    background:#084298;
    color:#fff;
}

@media(max-width:768px){

    .blog-header{
        padding:25px;
    }

    .blog-header h1{
        font-size:28px;
    }

    .blog-section{
        padding:20px;
    }

    .blog-section h2{
        font-size:24px;
    }

    .blog-section p{
        font-size:16px;
    }
}/* End custom CSS */