.flex_layout.vacature_expectation {
  max-width: 100%;
  margin-top: clamp(
    60px,
    60px + (150 - 60) * ((100vw - 350px) / (1290 - 350)),
    150px
  );
  margin-bottom: clamp(
    80px,
    80px + (200 - 80) * ((100vw - 350px) / (1290 - 350)),
    200px
  );
}

.flex_layout.vacature_expectation .pk-grid {
  max-width: 1160px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  color: var(--white);
  margin: 0 auto;
}

.flex_layout.vacature_expectation .pk-grid .pk-col {
  padding: 36px 20px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.flex_layout.vacature_expectation .pk-grid .h2 {
  margin-bottom: 40px;
}

.flex_layout.vacature_expectation .pk-grid .pk-col .pk-item_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.flex_layout.vacature_expectation .pk-grid .pk-col .pk-item_wrap .pk-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 30px;
  border-radius: 10px;
  background: rgba(225, 234, 232, 0.1);
  backdrop-filter: blur(16px);
}

.flex_layout.vacature_expectation .pk-grid .pk-col .pk-item_wrap .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 999px;
}

@media screen and (min-width: 768px) {
  .flex_layout.vacature_expectation .pk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flex_layout.vacature_expectation .pk-grid .pk-col {
    padding: 56px 40px;
  }

  .flex_layout.vacature_expectation .pk-grid .pk-col .pk-item {
    padding: 14px 20px;
  }
}
@media screen and (min-width: 990px) {
}
