.heading h3 {
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--violet-darkest);
}

.get-app {
    background-color: var(--violet-lightest);
    padding-bottom: 154px;
}

.mobile-app-banner {
    margin-bottom: 26px !important;
}

.download-link {
    background-color: var(--violet-light);
    padding: 100px 64px;
}

.download-link h1 {
    font-size: var(--fs-lg);
    color: var(--violet-darkest);
    font-weight: 600;
}

.download-link p {
    font-size: var(--fs-nl);

    font-weight: 500;
}

.download-link-text p {
    color: var(--violet-darkest);
    font-weight: 600;
    font-size: var(--fs-nl);
}

.footer-emails {
    width: 321px;
}

.footer-emails input::placeholder {
    color: #808080 !important;
}
.footer-emails input {
    border: none;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 8px 0px 0px 8px;
    background-color: white !important;

    font-size: 14px !important;
}

.get-mobile-app-number {
    padding: 16px !important;
}
.get-mobile-app {
    padding: 14.6px !important;
}
.link-generated {
    display: none;
    color: var(--violet-darkest) !important;
    font-family: var(--font-medium) !important;
    font-weight: 500 !important;
}
.send-mail-btn {
    background-color: var(--violet-darkest);
    color: white;
    padding: 10px 8px;
    border-radius: 0px 8px 8px 0px;
}

/* referal section */

.referal-section {
    background-color: #fef7ec;
    padding: 56px 64px;
}

.referal-section h1 {
    font-size: 48x;
    font-weight: 600;
    color: #383b88;
}

.referal-section h5 {
    font-size: var(--fs-nl);
    font-weight: 500;
}
.referal-section p {
    font-size: var(--fs-sm);
    font-weight: 500;
}

.referal-button p {
    font-size: var(--fs-nl);
    font-weight: 700;
    text-align: center;
}

.referal-button button {
    /* font-size: var(--fs-nl); */
    color: white;
    font-weight: 600;
    padding: 10px 24px;
    background-color: var(--violet-darkest);
    border: none;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .referal-section .row .col {
        text-align: center;
    }
    .download-link {
        background-color: var(--violet-light);
        padding: 50px 44px;
    }

    .download-link h1 {
        font-size: var(--fs-nl);
    }
    .download-link p {
        font-size: var(--fs-md);

        font-weight: 500;
    }

    .download-link-text p {
        color: var(--violet-darkest);
        font-weight: 600;
        font-size: var(--fs-md);
    }
    .referal-section {
        background-color: #fef7ec;
        padding: 56px 44px;
    }
}
