.jobfinder-block {
  overflow: hidden;
}

.jobfinder-main {
  background-color: var(--color-primary);
  padding: 3rem 0 15rem;
}

.jobfinder-search {
  margin-bottom: 3.5rem;
}

.jobfinder-search__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
}

.jobfinder-search__select {
  min-height: 3rem;
  padding: 0.75rem 2.75rem 0.75rem 1rem;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

.jobfinder-search__select:focus {
  border-color: transparent;
  box-shadow: none;
}

.jobfinder-search__button {
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.jobfinder-search__button:hover,
.jobfinder-search__button:focus-visible {
  background-color: #edecec;
  color: var(--color-primary);
}

.jobfinder-heading {
  margin-bottom: 3.5rem;
}

.jobfinder-infos {
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}

.jobfinder-info {
  color: #fff;
}

.jobfinder-info__title-row,
.jobfinder-info__text-row {
  display: flex;
  align-items: center;
}

.jobfinder-info__title-row {
  align-items: flex-end;
}

.jobfinder-info__text-row {
  align-items: flex-start;
}

.jobfinder-info__title {
  line-height: 0.95;
  font-weight: 300;
  white-space: nowrap;
}

.jobfinder-info__text {
  max-width: 17rem;
  line-height: 1.15;
  font-weight: 400;
}

.jobfinder-info__icon {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 300;
}

.jobfinder-info__icon i {
  display: block;
}

.jobfinder-info__icon--title {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 3rem;
  line-height: 1;
}

.jobfinder-info__icon--text {
  margin-top: 0.15rem;
  margin-left: 0.4rem;
  font-size: xx-large;
  line-height: 1;
}

.jobfinder-features {
  position: relative;
  background-color: var(--color-primary);
}

.jobfinder-features::before {
  content: "";
  position: absolute;
  top: clamp(4rem, 8vw, 7rem);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #edecec;
}

.jobfinder-features .container {
  position: relative;
  z-index: 1;
  top: -10rem;
  margin-bottom: -8rem;
}

.jobfinder-feature {
  display: flex;
  flex-direction: column;
  color: #000;
}

.jobfinder-feature__image {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  background-color: #d7d7d7;
}

.jobfinder-feature__image img {
  object-fit: cover;
}

.jobfinder-feature__content {
  flex: 1 1 auto;
  padding: 1.25rem 1rem 1.5rem;
}

.jobfinder-feature__title {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.jobfinder-feature__text {
  font-size: 1rem;
  line-height: 1.4;
}

.jobfinder-feature__text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .jobfinder-main {
    padding-top: 2.5rem;
    padding-bottom: 10rem;
  }

  .jobfinder-search {
    margin-bottom: 3rem;
  }

  .jobfinder-heading {
    margin-bottom: 3rem;
  }

  .jobfinder-info__title {
    white-space: normal;
  }

  .jobfinder-info__text {
    max-width: none;
  }

  .jobfinder-features::before {
    top: 4rem;
  }

  .jobfinder-features .container {
    top: -6rem;
    margin-bottom: -6rem;
  }
}

@media (max-width: 767.98px) {
  .jobfinder-main {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }

  .jobfinder-heading {
    margin-bottom: 2.5rem;
  }

  .jobfinder-heading__title {
    line-height: 1.1;
  }

  .jobfinder-info__title {
    font-size: 3.75rem;
  }

  .jobfinder-info__text {
    font-size: 1.4rem;
  }

  .jobfinder-features {
    padding-bottom: 0;
  }

  .jobfinder-features::before {
    top: 3rem;
  }

  .jobfinder-features .container {
    top: -4rem;
    margin-bottom: -4rem;
  }

  .jobfinder-feature__content {
    padding-right: 0;
    padding-left: 0;
  }
}
