.team_list li .bottom p {
    font-size: 18px;
}
.team .team_cnt figure .img {
   filter: grayscale(1);
}

@media(max-width: 991px){
    .team_list li .bottom p{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .team_list li .bottom p{
        font-size: 12px;
    }
}
.quote .user img{
    filter: grayscale(1);
}
.job_details{
    height: 100%;
}
.job_details .container{
    height: 100%;
}
.job_opening .accordion_btn .bttn.version2{
    opacity: .8;
    pointer-events: none;
}