<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.L2-home-banner-image {
    background: url(/Images/hiring.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.jobstatus_page .conatiner-fluid, .unauth_joblist .conatiner-fluid {
    background: url(http://www.finserv.in/finserv-Career_files/Mask-Group.png);
    position: relative;
    margin-top: -150px;
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(min-width:768px) and (max-width:1024px) {
    .L2-home-banner-image;

{
    background: url(http://www.finserv.in/finserv-Career_files/mobile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.jobstatus_page .conatiner-fluid, .unauth_joblist .conatiner-fluid {
    height: 516px;
    background: url(http://www.finserv.in/finserv-Career_files//mobile-bg.png);
    background-repeat: no-repeat;
}

}

@media(min-width:320px) and (max-width:415px) {
    .L2-home-banner-image;

{
    background: url(http://www.finserv.in/finserv-Career_files/mobile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.jobstatus_page .conatiner-fluid, .unauth_joblist .conatiner-fluid {
    background: url(http://www.finserv.in/finserv-Career_files/mobile-bg.png);
}
}
</pre></body></html>