.cta-box {
    width: 100%;
    border: 2px solid var(--e-global-color-d49ac81);
    padding: 20px;
    gap: 21px;
    display: flex;
    flex-direction: column;











    & h3,
    & p {
        margin: 0 !important;
        font-family: var(--e-global-typography-b2ce6af-font-family), Sans-serif !important;
    }
}

.cta-box {
    background: #FFF8ED;
    border: 0.5px solid #FAC775;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-top: 1rem
}

.cta-box h3 {
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #412402;
    margin-bottom: .4rem
}

.cta-box p {
    font-size: 13px;
    color: #633806;
    line-height: 1.6;
    margin-bottom: .875rem
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E86A2A;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 5px 16px;
    border-radius: 10px !important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: fit-content;

    & svg {
        height: 12px;
        width: auto;
    }
}