.feature-card{
    border: 1px solid #e1d5d5;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.155);
    height: 320px;
}
.feature_tag{
    padding-top: 20px;
    margin-bottom: 15px;
}
span.feature_status{
    padding: 5px 10px 5px 10px;
    background-color: #d8eee7;
    color: #00d692;
    border-radius: 0 25px 25px 0;
}
.f_top img{
    width: 55px !important;
    height: 55px !important;
    background-color: #dce0eb;
    padding: 5px;
    border-radius: 5px;
}
.f_top{
    display: flex;
    justify-content: flex-start;
}
.f_title{
    padding-left:15px;
    margin: auto;
    width: 90%;
}
.f_title span{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.f_title h3{
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.f_description p{
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
}
.jobs_tags{
    margin: 0 0 18px 18px;
}
.jobs_tags span{
    background-color: #484848;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
}
.feature_action{
    background-color: #87bee4;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    color: white !important;
}
.feature_action:hover{
    background-color: #62261e;
    color: white !important;
}
.f_bottom{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.f_bottom h5{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.f_bottom a{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
}

