.section-title-wrapper {
  position: relative;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
}
.section-title-wrapper .section-title-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-title-wrapper .section-title-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-title-wrapper .section-title-overlay {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 90%;
  max-width: 875px;
}
html[dir=rtl] .section-title-wrapper .section-title-overlay {
  left: auto;
  right: 55%;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.section-title-wrapper .section-title-overlay .section-title-job-of-the-day {
  font-size: 6em;
  font-weight: bold;
}
html[dir=rtl] .section-title-wrapper .section-title-overlay .section-title-job-of-the-day {
  margin-right: 12%;
}
.section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
  font-size: 3em;
  color: #004445;
  text-align: left;
  margin-top: 10px;
  margin-left: 10%;
  width: auto;
}
html[dir=rtl] .section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
  text-align: right;
  margin-left: 0;
  margin-right: 10%;
}
.section-title-wrapper .section-title-overlay .section-title-ready-to-hire.section-title-regular-text {
  font-weight: 600;
}
.section-title-wrapper .section-title-overlay .section-title-ready-to-hire.section-title-bold-text {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .section-title-wrapper {
    min-height: 200px;
  }
  .section-title-wrapper .section-title-overlay {
    top: 50%;
    left: 60%;
  }
  html[dir=rtl] .section-title-wrapper .section-title-overlay {
    left: auto;
    right: 60%;
  }
  .section-title-wrapper .section-title-overlay .section-title-job-of-the-day {
    font-size: 5em;
  }
  .section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
    font-size: 2.5em;
  }
}
@media (max-width: 992px) {
  .section-title-wrapper {
    min-height: 150px;
  }
  .section-title-wrapper .section-title-overlay {
    top: 50%;
    left: 60%;
  }
  html[dir=rtl] .section-title-wrapper .section-title-overlay {
    left: auto;
    right: 60%;
  }
  .section-title-wrapper .section-title-overlay .section-title-job-of-the-day {
    font-size: 3.5em;
  }
  .section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .section-title-wrapper {
    min-height: 115px;
  }
  .section-title-wrapper .section-title-overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
  html[dir=rtl] .section-title-wrapper .section-title-overlay {
    left: auto;
    right: 60%;
    -webkit-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .section-title-wrapper .section-title-overlay .section-title-job-of-the-day {
    font-size: 2.5em;
    margin-bottom: 5px;
    margin-left: 15%;
  }
  .section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
    font-size: 1.3em;
    margin-left: 20%;
  }
}
@media (max-width: 576px) {
  .section-title-wrapper {
    min-height: 118px;
  }
  .section-title-wrapper .section-title-overlay {
    top: 40%;
    left: 55%;
    width: 90%;
  }
  html[dir=rtl] .section-title-wrapper .section-title-overlay {
    left: auto;
    right: 55%;
  }
  .section-title-wrapper .section-title-overlay .section-title-job-of-the-day {
    font-size: 2em;
    margin-left: -5%;
  }
  .section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
    font-size: 1.2em;
    margin-left: 15%;
  }
  html[dir=rtl] .section-title-wrapper .section-title-overlay .section-title-ready-to-hire {
    margin-left: 0;
    margin-right: 15%;
  }
}