.marketingPage .mainBody .homeImpact.recruitFormWrap .home {
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
  }
  
  .marketingPage .mainBody .homeImpact.recruitFormWrap .home .slide {
    max-height: 350px;
  }
  
  .marketingPage .mainBody .homeImpact.recruitFormWrap .home .slide img {
    margin-top: -10%;
  }
  
  .marketingPage .mainBody .homeImpact.recruitFormWrap .home .textOverlay {
    bottom: 0;
    margin: 0;
    left: 5%;
    width: auto;
    text-align: left;
    background: #aa1010;
    max-width: max-content;
    padding: 10px 30px 0 30px;
    height: auto;
  }
  
  .marketingPage .mainBody .homeImpact.recruitFormWrap .home .textOverlay h1.title {
    font-size: 2.5rem;
  }
  
  .marketingPage .mainBody .homeImpact.recruitFormWrap .home .textOverlay p {
    display: none;
  }
  
  .recruit-form {
    position: absolute;
    right: 10%;
    top: 0;
    height: 100vh;
    width: 30%;
    margin-top: -50px;
    max-height: 775px;
  }
  
  .recruit-form-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: 400px;
    margin: auto;
    height: 100vh;
    z-index: 100;
  }
  
  .recruit-form-wrap iframe {
    position: absolute;
    overflow: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #222;
  }
  
  @media screen and (min-width: 768px) {
    /*.recruitForm#top-section .sectionTitleWrapper {
      max-width: 50%;
      margin-bottom: 10%;
    }*/
  
    .home.marketingPage .recruitForm#top-section .wrapper:first-child {
      margin-left: 5rem;
      max-width: 55%;
      display: block;
    }
  }
  
  @media screen and (max-width: 767px) {
    .marketingPage .mainBody .homeImpact.recruitFormWrap .home .textOverlay {
      background: transparent;
    }
    .recruit-form {
      width: 100%;
      display: block;
      position: static;
      order: 2;
      margin: auto;
      height: 800px;
    }
    .recruit-form-wrap {
      max-width: 100%;
      height: 100%;
    }
    .homeImpact.recruitFormWrap {
      display: grid;
    }
    .marketingPage .mainBody .homeImpact.recruitFormWrap .home {
      order: 1;
    }
  }
  
  @media screen and (min-width: 992px) and (max-width: 1300px) {
    .recruit-form {
      margin-top: 0;
    }
  
    .recruitForm#top-section .sectionTitleWrapper {
      max-width: 60%;
    }
  
    .home.marketingPage .recruitForm#top-section .wrapper {
      margin-left: auto;
    }
  }
  
  
  @media screen and (min-width: 768px) {
  .marketingPage .sliderWrap {
    height: 550px;
    display: grid;
    place-items: center;
    margin-top: 60px;
  }
}

.marketingPage .sliderWrap .slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.marketingPage .sliderWrap .slide {
  width: 100%;
  max-width: 90%;
  position: absolute;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .marketingPage .sliderWrap .slide {
    margin-bottom: 0;
    max-width: 100%;
  }
}

.marketingPage .sliderWrap .slide img {
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  margin-top: 0;
}

.marketingPage .sliderWrap .btn.fa {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  color: #222;
  font-family: "Font Awesome 5 Free";
  font-size: 2.5rem;
  transform: translate(0, -75%);
  margin: 0;
  padding: 0;
  color: transparent;
}

.marketingPage .sliderWrap .btn.fa::before {
    color: #333;
}

.marketingPage .sliderWrap .btn:active {
  transform: scale(1.1);
}

.marketingPage .sliderWrap .btn-prev {
  top: 50%;
  left: 0;
}

.marketingPage .sliderWrap .btn-next {
  top: 50%;
  right: 0;
}