@media (max-width: 900px) {
    .container-second {
    flex-direction: column;
    }
    .sidebar {
    max-width: 100%;
    }

    .container {
        margin-left: 0px !important;
        width: 100%;
        max-width: 100%;
        padding: 10px 10px 10px 0px !important;
    }

    .left h1
    {
        font-size: 33px !important;
        margin-bottom: 20px !important;
        line-height: 45px !important;
        color: #fff;
        font-weight: 500;
    }

    .left
    {
        padding-left: 15px;
    }

    .breadcumb-area .title
    {
        margin-top: 70px;
    }

    .career-first
    {
        padding-right: 15px;
    }

    .job-section{
        width: 100%;
    }

    
}