<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

@import url('./assets/fonts/fonts.css');

.vacancies {
  margin-top: 120px;
  min-height: calc(100vh - 270px - 290px);
}

@media screen and (max-width: 1030px) {
  .vacancies {
    margin-top: 95px;
  }
}

@media screen and (max-width: 800px) {
  .vacancies {
    margin-top: 90px;
  }
}

@media screen and (max-width: 650px) {
  .vacancies {
    margin-top: 50px;
    min-height: calc(100vh - 140px - 290px);
  }
}



.vacancies {
  display: flex;
  flex-direction: column;
}

.vacancies__title {
  font-size: 48px;
  color: #DCDCDC;
}

.vacancies__text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #737373;
}



@media screen and (max-width: 560px) {
  .vacancies__title {
    margin-top: 30px;
    font-size: 26px;
  }
  
  .vacancies__text {
    margin-top: 15px;
    font-size: 14px;
  }
}</pre></body></html>