#ja-jobs-widget h2, #ja-jobs-widget h2 a{
    font-size:50px;
    margin-top:0;
}
#ja-jobs-widget .job {
    border-bottom:1px solid #333333;
    padding:50px 0;
}
#ja-jobs-widget .job:first-child {
    padding-top:0;
}
#ja-jobs-widget .view-details,
#ja-jobs-widget .apply .back-link{
    font-weight:800;
    color:#ec008c;
}
#ja-jobs-widget .apply {
    padding-top:50px;
}
#ja-jobs-widget .apply .ja-button {
    background-color:#00bff3;
    padding:15px 40px;
    border-radius:0;
    border:none;
    margin-right:25px;
    float:left;
}
#ja-jobs-widget .apply .back-link {
    line-height:56px;
}
@media screen and (max-width: 767px) {
    #ja-jobs-widget h2, #ja-jobs-widget h2 a{
        font-size:30px;
        line-height:1;
    }
    #ja-jobs-widget .job {
        padding:50px 0;
    }
    #ja-jobs-widget .apply {
        padding-top:50px;
    }
}
