.job-section h2, .job-section .h2 {
    margin: 0;
}
.job-section p {
    font-weight: 100!important;
}
.job-section-contentwrapper > div:nth-child(1){
  
}
.job-section-contentwrapper > div:nth-child(2){
  
}
.job-section-conten-left {
    position: relative;
  isolation: isolate;
  overflow: hidden!important;
}

@media (min-width: 977px) {
  .job-section-conten-left::before {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  height: clamp(200px, 15vw, 600px);
  aspect-ratio: 908 / 1106;
  background-image: url("/wp-content/themes/astra-child/images/svg/symbol-secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transform-origin: center center;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
}

@media (min-width: 1024px) {
  .job-section-conten-left::before {
    height: clamp(360px, 15vw, 600px);
  }
}