.career-section2-content{
    max-width: 530px;
}

.career-section2-blob .inner-blob{
    left: -220px;
    top: 30px;
    height: 278px;
}


@media(min-width: 992px) and (max-width: 1280px){
    .career-section2-blob .inner-blob{
        background-size: 170px;
        left: -130px;
    }
}



@media(max-width:991px){
    .career-section2{
        margin: 100px 0 80px;
    }

    .career-section2-blob .inner-blob{
        top: 0;
        height: 180px;
        top: 20px;
        height: 180px;
        background-size: 120px;
        right: 0px;
        left: auto;
    }

    .career-section2-blob.show-blob .inner-blob{
        opacity: 0.7;
    }

}

@media(min-width: 768px) and (max-width: 991px){
    .career-section2-blob.show-blob .inner-blob{
        right: auto;
        left: -320px;
    }

    .career-section2-blob .inner-blob{
        top: 0;
    }

    .career-section2-content{
        max-width: 100%;
    }

    .career-section2-blob.show-blob .inner-blob{
        background-size: 140px;
    }
}