.default-page .main-content {
    margin-bottom: 2em;
}
.inner-page .main-content {
    padding-top: 0 !important;
    padding: 1em;
}
.main-heading 
{
    border-bottom: solid 3px #08061E;
    margin-bottom: 45px;
    text-transform: uppercase;
    color: #08061E;
}
 .listing-box-wrap .container {
        padding: 0px 0px !important;
    }
.listing-box-wrap{
        background:white;
    }
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.container h2.big-title {
    font-family: 'LatoExpo',Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #08061E;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

h2, .h2 {
    font-size: 30px;
    color: #08061E;
}
.job-item:last-child {
    border: none;
}
.job-item {
    margin-bottom: 2em;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 2em;
}
.job-item > img
{
	width:100%;
    height: auto;
}
.job-item ul li
{
    list-style-type: disc!important;
}
.job-item a:hover
{
    color: blue;
    font-weight: 500;
}
@media(max-width: 768px)
{
    .main-content .car-content-container{
        margin: 0;
        width: 100%;
    }

}
ul
{
    padding-left: 40px!important;
}
.job-item p img
{
    max-width: 100%;
}