<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .careerul ul li {
        margin: 5px 0;
        padding-left: 0;
        font-size: 12px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .careerul ul li {
        margin: 5px 0;
        
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .careerul ul li {
        margin: 5px 0;
        padding-left: 0;
        font-size: 13px !important;
    }
}
</pre></body></html>