.ap-fw-image-text-section {
    padding-top: 180px;
    background-size: cover;
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-color: var(--color_3);
    position: relative;
}
.ap-fw-image-text-section .image-wrapper {
    min-height: 720px;
    display: flex;
    align-items: center;
}
.ap-fw-image-text-section .text-box-inner {
      background:var(--white-90);
      border-radius: 10px;
      padding: 45px;
 }
.ap-fw-image-text-section .video-background {
    position: relative;
    overflow: hidden;
}
.ap-fw-image-text-section .background-video {
  display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.ap-fw-image-text-section .image-wrapper {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .ap-fw-image-text-section {
      padding-bottom: 0;
      padding-top: 72px;
    }
    .ap-fw-image-text-section .image-wrapper {
      min-height: 620px;
      height: 100%;
      align-items: flex-end;
      display: none;
    }
    .ap-fw-image-text-section .text-box-inner {
      margin: 0 15px;
      padding: 25px;
    }
    .ap-fw-image-text-section  .mobile-image-wrapper {
      background: var(--color_3);
      display: block !important;
    }
    .ap-fw-image-text-section .mobile-image-wrapper .text-box-inner {
        margin: 0;
        padding: 25px 0;
        border-radius: 0;
        background: transparent;
    }
    .ap-fw-image-text-section .background-video {
      position: relative;
      object-fit: cover;
      min-height: 400px;
    }
  }
  @media screen and (max-width: 580px) {
    .ap-fw-image-text-section .background-video {
      min-height: 380px;
    }
  }