*{
    margin: 0;
    padding: 0;
}
.sectionOneContainer-lifeAt{
    width: 100%;
    height: 100vh;
    background-image: url('https://careers.centuryrealestate.in/image/careerpageassets/career-top-banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    
}



/*          Section  --- 2       */

.sectionTwoContainer-lifeAt{
    padding:0px 100px;
    margin-bottom: 100px;
    width: 100%;
    height: 100vh;
    position: relative;

}

.sectionTwoContainer-lifeAt div{
    width: 100%;
    height: 100%;
}

.sectionTwoContainer-lifeAt > div > img{
    width: 100%;
    height: 100%;
}

.sectionTwoContainer-lifeAt > h1{
    position: absolute;
    left: 100px;
    top: -9%;
    right: 50px;
    font-size: 35px;

}

@media screen and (max-width:1301px) {

    .sectionTwoContainer-lifeAt{
        padding:0px 100px;
        margin-bottom: 70px;
        width: 100%;
        height: 80vh;
        position: relative;
    
    }

    .sectionTwoContainer-lifeAt > h1{
        font-size: 25px;
        top: -13%;
    
    }
}

@media screen and (max-width:850px) {
    .sectionTwoContainer-lifeAt{
        padding:0px 50px;
    
    }
}

@media screen and (max-width:650px) {

    .sectionTwoContainer-lifeAt{
        padding:0px 40px;
        margin-bottom: 40px;
        width: 100%;
        height: 60vh;
        position: relative;
    
    }

    .sectionTwoContainer-lifeAt > h1{
        font-size: 20px;
        top: -13%;
        left: 40px;
    
    }
}

@media screen and (max-width:450px) {

    .sectionTwoContainer-lifeAt{
        padding:0px 0px;
        margin-bottom: 40px;
        width: 100%;
        height: 45vh;
        position: relative;
    
    }

    .sectionTwoContainer-lifeAt > h1{
        font-size: 18px;
        top: -24%;
        left: 20px;
    
    }
}