 .card_link:hover {
    text-decoration: none;    
    color: black;
}
.vac_card {
    background-color: white;
    margin: 8px;
    border-radius: 5px;
    min-height:180px;
    color: black;
    /*min-width: 515px;*/
}
@media (min-width: 768px) {
   
.vac_card {  
    height: 180px;
}
.com_highlights {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}
     
}
@media (max-width: 767px) {
    .vac_holder{
        max-width: 100%;
        overflow-x: scroll;
    }
    .vac_card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
        margin-bottom: 30px;
    }
}
.com_highlights{
    text-align: center;
}
.vac_card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.vac_card img {
    max-width: 150px;
    margin-top: 5px;
    max-height: 95px;
}
.job_highlights{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;  
    background-color: #e8e8e8;
}
.job_highlights p{
    margin: 0;
}

.c_name {
    font-size: 16px;
    font-weight: 600;    
}
.c_highlights {
    font-size: 14px;    
    max-width: 100%;
    overflow: scroll;
}
.j_highlights {
    font-size: 14px;    
}
.v_position {
    font-size: 16px;
    font-weight: 600;    
}
/*.c_name, .c_highlights {
    max-height: 25px;
    overflow: hidden;
    position: absolute;
    left: 0;    
}*/