.hv-vacancies {
  padding: 80px 0;
  background: #090e16;
  scroll-margin-top: 104px;
}

.hv-vacancies .hv-section-heading {
  margin-bottom: 36px;
}

.hv-vacancy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.hv-vacancy-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  background: #142237;
  border: 1px solid #304360;
  border-radius: 8px;
  color: #f5f7fc;
}

.hv-vacancy-heading {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}

.hv-vacancy-icon {
  display: block;
  width: 48px;
  height: 48px;
  color: #80aaff;
}

.hv-vacancy-heading h3 {
  margin: 0 0 10px;
  color: #f5f7fc;
  font: 500 26px/1.25 "Oswald", sans-serif;
  text-transform: uppercase;
}

.hv-vacancy-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 0;
  margin: 0;
  color: #d2dbea;
  font: 400 18px/1.35 "Roboto", sans-serif;
}

.hv-vacancy-price strong {
  color: #80aaff;
  font: 500 36px/1.2 "Oswald", sans-serif;
  white-space: nowrap;
}

.hv-vacancy-price span {
  white-space: nowrap;
}

.hv-vacancy-description {
  min-height: 58px;
  margin: 0 0 20px;
  color: #c0cada;
  font: 400 18px/1.6 "Roboto", sans-serif;
}

.hv-vacancy-duties {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: #f5f7fc;
  font: 400 18px/1.6 "Roboto", sans-serif;
}

.hv-vacancy-duties li {
  position: relative;
  margin: 0;
  padding-left: 20px;
}

.hv-vacancy-duties li::before {
  position: absolute;
  top: .69em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #80aaff;
  content: "";
}

.hv-vacancy-action {
  width: 100%;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
}

.hv-vacancy-action span {
  font: 400 25px/1 "Roboto", sans-serif;
}

.hv-vacancy-note {
  max-width: 1050px;
  margin: 24px 0 0;
  color: #aebbd0;
  font: 400 16px/1.6 "Roboto", sans-serif;
}

@media (max-width: 850px) {
  .hv-vacancy-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hv-vacancy-description {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .hv-vacancies {
    padding: 56px 0;
    scroll-margin-top: 84px;
  }

  .hv-vacancies .hv-section-heading {
    margin-bottom: 24px;
  }

  .hv-vacancy-card {
    padding: 24px;
  }

  .hv-vacancy-heading {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .hv-vacancy-icon {
    width: 40px;
    height: 40px;
  }

  .hv-vacancy-heading h3 {
    font-size: 25px;
  }

  .hv-vacancy-price {
    font-size: 16px;
    column-gap: 6px;
  }

  .hv-vacancy-price strong {
    font-size: 34px;
  }

  .hv-vacancy-description,
  .hv-vacancy-duties {
    font-size: 17px;
  }
}
