.careerbanner {
    max-height: 450px;
    width: 100%;
    overflow: hidden;
}
.careerbanner img{
    width: 100%;
    height: 100%;
}

.jobslist{
    background-color: #ffffff;
    height: 100%;
    margin: auto auto;
    padding: 20px;
}
.jobart{
   background-color: #ffffff;
  padding: 20px;
}
.jobart h2{
    text-decoration: underline;
}

.jobart button {
    background-color: #65B741;
    border: 1px solid #65B741;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}


.jobart button a{
    color: #ffffff;
}

  
 @media only screen and (max-width: 600px) {
     
     .careerbanner{
         width: 100%;
        height: 100%;
     }
     
        .careerbanner img{
         width: 100%;
        height: 100%;
     }
     
}