.page-header-jobs{
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(
      rgba(5, 8, 20, 0.3),
      rgba(5, 8, 20, 0.5)
    ),
    url("assets/icons/career-bg-desktop.png");
  background-size: 100% auto;
  background-position: center 55%;
  background-repeat: no-repeat;
}

.page-header-jobs .container{
  position: relative;
  z-index: 1;
}

.form-frame {
  background: #050814;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem;
  overflow: hidden;
}

.form-frame iframe {
  display: block;
}

.form-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #c3c7dd;
}

@media (max-width: 768px){
  .page-header-jobs{
    background-image:
      linear-gradient(
        rgba(5, 8, 20, 0.5),
        rgba(5, 8, 20, 0.35)
      ),
      url("assets/icons/career-bg-mobile.png");
    background-size: 110% auto;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
  }
}