.page-title {
    margin: 0 !important;
}

.subtitle {
    font-size: 24px;
    text-transform: unset;
    text-align: center;
    margin-bottom: 20px;
}

.vacancy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vacancy__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vacancy__title {
    font-size: 18px;
    text-transform: unset;
}

.vacancy__list {
    list-style-type: none;
}

.vacancy__element {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vacancy__element:before {
    content: '';
    display: block;
    background: url(/images/ribbon.svg) no-repeat;
    width: 10px;
    height: 20px;
    margin-top: 4px;
}

.vacancy__footer {
    max-width: 250px;
}

.vacancy__footer .btn-z {
    margin: 0;
}
