 .jobs{
    background-color:#F0F0F0;
    text-align:left;
    padding:20px;
    line-height:30px;
}
 .jobs:hover{
    background-color:#344a93;
}
 .jobs:hover h5{
    color:#FFF;
    border-bottom:1px solid #FFF;
}
 .jobs:hover p{
    color:#FFF;
}
 .jobs:hover .more{
    color:#FFF;
}
 .jobs h5{
    font-size:20px;
    font-weight:600;
    padding-bottom:15px;
    border-bottom:1px solid #666;
}
 .jobs .more{
    margin-top:30px;
}
 .jobs .more i{
    font-size:20px;
    padding-left:20px;
}
@media screen and (max-width:768px) {
 .jobs h5{
    font-size:16px;
}
}
}