.card_title_header{
    border-bottom:none !important;
    transition: all 0.3s ease;
    border-bottom: 2px solid #dee2e6;
    background-color: transparent !important;
    border-top: 1px solid #dee2e6;
}
.header_title{
    background-color: transparent !important;
    transition: all 0.3s ease;
}
.header_title:hover{
    background-color: rgb(245 245 245) !important;
}
.card-body{
    display: none;
}
.fa-caret-square-down{
    float: right;
    font-size: 18px;
    color: darkgrey;
    transition: all 0.3s ease;
    cursor: pointer;
}
.fa-caret-square-down:hover{
    color: rgb(71, 71, 71);
}
.card{
    border: none !important;
}
.card_body_img{
    float: right;
    width: 25%;
}
.card_body_img>img{
    width: 100%;
}
.card_body_text{
    float: left;
    width: 70%;
}
.job_title {
    display: inline-block;
    width: 45%;
}
.extension{
    display: inline-block;
    width: 30%;
}
.titlename{
    display: inline-block;
    width: 18%;
}
.card_title_header{
    border-bottom: 2px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6;
}
.card-text{
    line-height: 35px;
    color: #7b7a7a;
}
.category_title{
    margin-top: 30px;
    padding: .75rem 1.25rem;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}
@media screen and (max-width:760px){
    .card_body_img{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .card_body_text{
        float: none;
        width: 100%;
    }
}


