﻿body {
}
.careers-div {
    margin-top: 6%;
    font-family: "Roboto", sans-serif;
}
.career-head {
    margin: 2% 0;
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 0px 12px rgb(0 0 0);
}
.carrer-subhead {
    color: white;
    margin: 2% 0;
}
/* media query for display main text on mobile screen */
@media screen and (max-width: 768px) {
    .career-head {
        margin-top : 14%;
    }
}
.custom-responsive-table {
    overflow-x: auto;
}