.vacancy-button {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    left: 440px;
    top: 36px;
    text-align: center;
    background: #d87602;
}

.vacancy-button a {
    font-family: 'freesetboldc';
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding:  3px 12px;
}

.vacancy-button a:hover {

    color: #fff !important;

}

.vacancy-button:hover {

    background: #1969BF;

}