.careerform-decor {
  display: block;
  width: 100%;
  height: auto;
  
}

.careerform-page {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.careerform-page h1,
.careerform-page h2,
.careerform-page button {
  text-align: center;
}

.careerform-description {
  text-align: justify;
}

.careerform-page button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .careerform-hero-mobile-hide {
    display: none;
  }
}


/* ============================== */

.careerform-hero {
  position: relative;
  width: 100%;
  margin: 0 auto 40px auto;
}

.careerform-decor {
  display: block;
  width: 100%;
  height: auto;
}

.careerform-hero-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  color: #000;
}

@media (max-width: 768px) {
  .careerform-hero-text {
    top: 50%;
    width: 90%;
  }
}

.careerform-hero-text h1,
.careerform-hero-text h2,
.careerform-hero-text p {
  color: #000;
  text-align: center;
}

.careerform-hero-text h1 {
  margin: 20px 0 20px 0;
  font-size: 60px;
  color: #3f71f8;
}
@media (max-width: 768px) {
 .careerform-hero-text h1 {
  margin: 40px 0 10px 0;
  font-size: 27px;
  }
}

.careerform-hero-text h2 {
  margin: 0 0 12px 0;
}

.careerform-hero-text p {
  margin: 0;
}

/* ==============================
   Career Form - Success fátyol
   ============================== */

.careerform-hero-success {
  position: relative;
  overflow: hidden;
}

.careerform-success-overlay {
  position: absolute;
  inset: 0;
  background: rgba(180, 180, 180, 0.45);
  z-index: 4;
  pointer-events: none;
}

.careerform-hero-success .careerform-decor {
  position: relative;
  z-index: 1;
}

.careerform-hero-success .careerform-hero-text {
  position: absolute;
  z-index: 2;
}

/* ============================== */

.careerform-intro-box p {
  margin: 0;
  color: #3f71f8;
}

.careerform-intro-box {
  position: relative;
  z-index: 9;
  width: 90%;
  max-width: 640px;
  margin: -60px auto 40px auto;
  padding: 10px 10px;
  background: #fff;
  color: #3f71f8;
  text-align: center;
  box-shadow: 0 8px 24px black;
  border: 1px solid #3f71f8;
  border-radius: 12px;
}

@media (max-width: 768px) {
	.careerform-intro-box {
	    margin: -40px auto 40px auto;
	}
}

/* ============================== */

.careerform-success-area {
  position: relative;
  width: 100%;
}

.careerform-hero-success {
  position: relative;
  z-index: 1;
}

.careerform-success-overlay {
  position: absolute;
  inset: 0;
  background: rgba(180, 180, 180, 0.45);
  z-index: 2;
  pointer-events: none;
}

.careerform-success-box {
  position: absolute;
  z-index: 10;

  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);

  width: 90%;
  max-width: 640px;
  padding: 10px 10px;

  background: #fff;
  color: #3f71f8;
  text-align: center;

  box-shadow: 0 8px 24px black;
  border: 1px solid #3f71f8;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .careerform-success-box {
    margin-top: 100px;
  }

.careerform-success-box p {
  margin: 0;
}