.vacancy_item{

    background: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 32px 32px 40px;
}
.vacancy_item h4.section_title{
    margin-bottom: 24px;
    height: 56px;
    overflow: hidden;
}

.vacancy_item .btn-primary:hover {
    background: #ececec;
}
/*.vacancies__card {*/
    /*margin-bottom: 1.875rem*/
/*}*/

/*.vacancies__card .card {*/
    /*height: 100%;*/
    /*border-color: #e5e5e5*/
/*}*/

/*.vacancies__card .card-body {*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column*/
/*}*/

/*.vacancies__salary {*/
    /*font-size: 1.25rem;*/
    /*font-weight: 600;*/
    /*color: #FF0022*/
/*}*/

/*.vacancies__salary span {*/
    /*display: inline-block;*/
    /*margin-left: 1.375rem;*/
    /*padding: .1875rem .625rem;*/
    /*background-color: rgba(204, 0, 51, .15);*/
    /*border-radius: 3px;*/
    /*font-size: .875rem;*/
    /*font-weight: 600*/
/*}*/

/*.vacancies__desc {*/
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1 0 auto;*/
    /*flex: 1 0 auto;*/
    /*padding-top: .9375rem*/
/*}*/

/*.vacancies__desc b {*/
    /*font-weight: 600*/
/*}*/

