.career-block .btn{
  display: none;
}
.is-front .career-block .btn{
  display: inline-block;
}
.career-block .btn{
  margin-top: 10px;
}
.job-teaser {
  background-color: white;
  border-radius: 0 0 75px 0;
  box-shadow: 5px 5px 20px -10px #000000a6;
}

.job-teaser .job-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  position: relative;
}

.job-teaser .job-body {
  padding: 25px;
}

.job-teaser a {
  text-decoration: none;
}

.job-teaser h2 {
  color: var(--primary-szabofogaskerek-color);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 18px;
}

.job-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0 0;
}

.career-block-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
}

.career-block-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--darkblue-szabofogaskerek-color);
  padding: 50px;
}

.career-block-body h2 {
  color: var(--szabofogaskerek-textcolor);
  font-weight: 700;
}

.career-block-text {
  color: white;
  font-weight: 500;
}
.career-view{
  padding: 50px 0;
}
.job-opportunities-block {
  background: rgb(77, 77, 77);
  background: linear-gradient(150deg, rgb(159, 163, 168) 0%, rgb(94, 113, 131) 100%);
}


.career-view h2 {
  color: var(--primary-szabofogaskerek-color);
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}

.job-opportunities-block h2 {
  color: var(--darkblue-szabofogaskerek-color) !important;
}
