
.vacancy_page {
    background: rgba(0,0,0,.55);
    padding: 25px;

}
.vacancy_page_info {
    margin-bottom: 30px;
    line-height: 140%;

}
.vacancy_item {
    margin-top: 20px;
    margin-bottom: 30px;
    float:left;
    width: 100%;
    line-height: 140%;
    border: 1px solid white;
    padding: 10px;
}
.vacancy_title {
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 140%;
}