.job-offer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
}

.job-keywords {
  max-width: var(--max-screen-width);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-l);
  line-height: 1.5rem;
  margin-top: 5rem;
  padding: 0;
  color: var(--main-text-color);
}

.job-keyword-separator {
  border-top: 1px solid var(--placeholder-color);
  width: 1.125rem;
}

.job-keyword {
  padding: 0 0.5rem;
}

.job-keyword:first-child {
  padding-left: 0;
}

.job-offer-title {
  color: var(--blue);
  font-weight: var(--font-weight-bolder);
  font-size: var(--font-size-extra-large);
  line-height: 6rem;
  margin: 2rem 0 0 0;
  padding: 0;
}

.job-extra-long {
  font-size: 5rem;
}

.job-offer-location {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.job-offer-location-address {
  margin-left: 0.5rem;
  color: var(--main-text-color);
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-regular);
  text-decoration: underline;
}

.job-looking-for {
  width: 38rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  color: var(--main-text-color);
  font-size: var(--font-size-xxm);
  line-height: 1.8125rem;
  font-weight: var(--font-weight-regular);
  margin-bottom: 2rem;
}
