@require '../pages_old/Layout.styl';

.VacancyItem {
  font-family: "Proxima Nova";
  color: #222;
  padding: 0 15vw;

  &Title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
  }

  &Text {
    font-size: 14px;
    white-space: normal;
  }

  &Button {
    width: 160px;
    &Wrap {
      text-align: center;
    }
  }


}
