.card.highlight{
  background-color: #ff9900;
  color: white;
}

.work .card a{
  color: inherit;
}

.work .card .collapse ,.work .card .collapsing{
  background-color: white;
  color: black;
}

.card.highlight a{
  color: inherit;
}
.job_ex_mobile {
    display: none;
}
background-color: #05c100;
}

@media (max-width: 991px) {
    .job_ex_desktop {
        display: none;
    }
    .job_ex_mobile {
        display: table;
    }


}


@media (max-width: 768px) {
    .job_ex_desktop {
        display: none;
    }
    .job_ex_mobile {
        display: table;
    }


}

.btn_job_a{
    margin:1.25rem;
    display: inline-block;
}
.btn_job{
    cursor: pointer;
    background-color: #ff9900;
    color: white;
    border: none;
    border-radius: 5px;
    padding: .2rem 1rem;
    font-size: 18px;
}


form label{
    font-size: 18px;
    text-decoration: underline;
}