.career h2{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.job-card{
    border: 1px solid #dddddd;
    padding: 20px;
}

.job-card h3{
    text-transform: capitalize;
    font-size: 24px;
    color: #fa980e;
    font-weight: 600;
}

.job-card .title-discription{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    width: 40%;
    display: inline-block;
}

.job-card .job-desciption{
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
}

.job-card .apply-btn{
    text-align: center;
    margin-top: 20px;
}

.job-card .apply-btn button{
    padding: 10px 15px;
    color: #fff;
    background-color: #01407f;
    border: 1px solid #01407f;
    border-radius: 5px;
}

.job-card .apply-btn button:hover{
    background-color: transparent;
    color: #01407f;
}

.job-list .row{
    margin-top: 30px;
}
.job-card{
    margin-bottom: 30px;
}

@media (max-width: 1200px) and (min-width: 767px){
    .job-card .title-discription {
        width: 50%;
    }
}

@media (max-width: 767px) and (min-width: 575px){
    .job-card .title-discription {
        width: 28%;
    }
}

@media (max-width: 400px){
    .job-card .title-discription {
        width: 50%;
    }
}