 
.docsign-cta-container .cta-stop {
    padding: 76px 0 81px;
    background: url(/snippet-template/21A57608-2467-4FFC-AC1B-0433C76B834B/images/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    position: relative;
}
.docsign-cta-container section.cta-stop:before {
    content: "";
    background: url(/snippet-template/21A57608-2467-4FFC-AC1B-0433C76B834B/images/cta-top-right-img.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}

/* Decorative blobs */
.docsign-cta-container .cta-stop__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.docsign-cta-container .cta-stop__card {
    border-radius: 16px;
    padding: 61px 132px 42px;
    text-align: center;
    box-shadow: 0px 0px 3px 2px #0000000D;
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.87);
}
.docsign-cta-container .cta-stop__title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 9px;
}
.docsign-cta-container .cta-stop__subtitle p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 27px;
    margin: 0;
    max-width: 723px;
    margin-left: auto;
    margin-right: auto;
}
.docsign-cta-container .cta-stop__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-bottom: 78px;
}
.docsign-cta-container a.cta-stop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease, background 0.2s ease;
    border: 1px solid #111827;
}
.docsign-cta-container a.cta-stop__btn--dark {
    background: #111111;
    color: #ffffff;
}
.docsign-cta-container a.cta-stop__btn--outline {
    color: rgba(17, 24, 39, 1);
    background: transparent;
    transition: all 0.3s ease 0s;
}
.docsign-cta-container a.cta-stop__btn--outline:hover {
    color: #fff;
    background: #000;
}
.docsign-cta-container a.cta-stop__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #272727;
}
.docsign-cta-container hr.cta-stop__divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 31px;
}
.docsign-cta-container .cta-stop__facts {
    display: flex;
    align-items: center; 
      justify-content: center;
    width: 100%;
}
.docsign-cta-container .cta-stop__facts-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.docsign-cta-container .cta-stop__fact {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin: 0;
}
.docsign-cta-container .cta-stop__fact strong {
    font-weight: 600;
    color: #000;
}
.docsign-cta-container .st-integ-hero__features {
    list-style: none;
    padding: 0; 
    display: flex;
    gap: 12px 30px;
    justify-content: start;
    flex-wrap: wrap;
}
.docsign-cta-container .st-integ-hero__features .st-integ-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 0;
    line-height: 20px;
}
.docsign-cta-container .st-integ-hero__features .st-integ-feature:before{
  display:none
}
.docsign-cta-container .st-integ-hero__features .st-integ-feature  .st-integ-feature svg {
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .docsign-cta-container .cta-stop {
        padding: 48px 20px;
    }
    .docsign-cta-container .cta-stop__card {
        padding: 36px 28px;
    }
    .docsign-cta-container .cta-stop__title {
        font-size: 28px;
    }
    .docsign-cta-container .cta-stop__blob--navy {
        width: 200px;
        height: 180px;
    }
    .docsign-cta-container .cta-stop__blob--purple {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 767px) {
    .docsign-cta-container .cta-stop__card {
        padding: 28px 20px;
    }
   .docsign-cta-container .cta-stop__title {
    font-size: 26px;
    line-height: 34px;
}
    .docsign-cta-container .cta-stop__facts {
        grid-template-columns: 1fr;
    }
    .docsign-cta-container a.cta-stop__btn {
        width: 100%;
    }
    .docsign-cta-container .cta-stop__blob--teal {
        display: none;
    }
  .docsign-cta-container .cta-stop__actions { 
    margin-bottom: 55px;
}
}
 
