
.ard-cta-9-wrap {
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    padding: 105px 95px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-cta-9-wrap {
      padding: 105px 30px;
      padding-bottom: 0;
      margin-top: 50px;
    }
  }
  .ard-cta-9-wrap .section-title-wrap {
    max-width: 790px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-cta-9-wrap .section-title-wrap {
      max-width: 590px;
    }
  }
  .ard-cta-9-wrap .section-title-wrap .ard-title-9 {
    color: #fff;
    font-size: 46px;
  }
  @media (max-width: 767px) {
    .ard-cta-9-wrap .section-title-wrap .ard-title-9 {
      font-size: 26px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-cta-9-wrap .section-title-wrap .ard-title-9 {
      font-size: 36px;
    }
  }
  .ard-cta-9-wrap .section-title-wrap .ard-subtitle-9 {
    color: #fff;
  }
  .ard-cta-9-wrap .section-title-wrap .ard-subtitle-9 span::after {
    background: #fff;
  }
  .ard-cta-9-wrap .section-title-wrap .ard-subtitle-9 span::before {
    background: #fff;
  }
  
  .ard-cta-9-img {
    position: absolute;
    right: 50px;
    bottom: 0px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-cta-9-img {
      right: 10px;
      width: 40%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-cta-9-img {
      position: unset;
      margin-top: 50px;
    }
  }