.vacancies {
    padding: 50px 0 30px;
    background: #6E162F;
}
.vacancies .header {
    margin-bottom: 50px;
}
.vacancies .header h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.52px;
}
.vacancies .inner {
    background: #1A1A1A;
    padding: 40px 30px;
    height: 305px;
}
.vacancies .inner .title {
    margin-bottom: 30px;
}
.vacancies .inner .title h3 {
    color: #fff;
    font-family: 'century-gothic';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0.8px;
}
.vacancies .inner .file {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.vacancies .inner .file a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacancies .inner .meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.vacancies .inner .meta .location {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.vacancies .inner .meta .location span {
    font-size: 18px;
    font-weight: 700;
}
.vacancies .inner .meta .hours {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.vacancies .inner .meta .hours span {
    font-size: 18px;
    font-weight: 700;
}
