section.email-auto-platform-section.advanced-testing-section {
    padding: 20px 30px 50px;
    margin-bottom: 100px;
}
.see-full-priceing-btn {
    margin-top: 36px;
}
.see-full-priceing-btn a {
     max-width: 203px;
    height: 39px;
    padding: 10px 28px;
    background: #0052CC;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #0052cc;
    font-family: Lufga;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.see-full-priceing-btn a:hover {
      background: #0344A4;
    border-color: #0344A4;
    color: #fff;
}
.advance-box-part{
    display: flex !important;
    align-items: center;
    gap: 30px 100px;
    padding: 96px 56px 115px 100px;
    background: url(/template/71b0727d/images/cta-banner-ab.png) no-repeat;
    background-size: cover;
    border-radius: 24px;
}
.email-auto-platform-section {
      max-width: 1440px;
      margin: 0 auto;

    }
    .email-auto-platform-section__image-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
    display: flex;
    justify-content: right;
    }

    .email-auto-platform-section__image-wrapper img {
      width:auto;
      max-height:468px;
      display: block;
      border-radius: 10px;
      object-fit: cover;
      object-position: center;
    }

    /* ───────────────────────────────────────────
       CONTENT COLUMN
    ─────────────────────────────────────────── */
    .email-auto-platform-section__content {
      flex: 1;
    }

    .email-auto-platform-section__content h2 {
      color: #111111;
      margin-bottom: 24px;
      letter-spacing: -0.5px;
      font-family: Lufga;
      font-weight: 600;
      font-size: 43px;
      line-height: 53px;
      letter-spacing: 0;
      margin: 0 0 20px;
    }

    .email-auto-platform-section__description {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      line-height: 1.65;
      color: #444444;
    }

    .email-auto-platform-section__description p {
      font-family: Lufga;
      font-weight: 400;
      font-size: 16px;
      line-height: 31px;
      letter-spacing: 0.01em;
      padding: 0;
      margin: 0 0 15px;
      color: #000;
    }

    .email-auto-platform-section__description p:last-child {
      margin-bottom: 0;
    }

    .email-auto-platform-section__description strong {
         color: #000;
        font-family: Lufga;
        font-weight: 500;
        font-size: 18px;
        line-height: 31px;
        letter-spacing: 0;
    }


    @media (max-width: 1440px) {
    }


    @media (max-width: 1366px) {
      .email-auto-platform-section {
  padding: 120px 30px;
      }

    }

    @media (max-width: 1280px) {
    }


    @media (max-width: 1024px) {
      .email-auto-platform-section {
        padding: 80px 20px 90px;
        gap: 50px;
      }

      .email-auto-platform-section__image-wrapper {
        flex: 0 0 46%;
        max-width: 46%;
      }

      .email-auto-platform-section__image-wrapper img {
        height: 360px;
      }

    }


    @media (max-width: 991px) {
  
      .email-auto-platform-section__image-wrapper {
        flex: unset;
        max-width: 100%;
        width: 100%;
      }

      .email-auto-platform-section__image-wrapper img {
        height: auto;
      }

      .email-auto-platform-section__content h2 {
        font-size: 28px;
        margin-bottom: 18px;
      }
    }


    @media (max-width: 767px) {
      .email-auto-platform-section {
  padding: 55px 15px 60px;
  gap: 25px 0;
      }

      .email-auto-platform-section__image-wrapper {
        flex: none;
        max-width: 100%;
        width: 100%;
      }

    }