.invest-more-cards-wrapper .cmp-container .leadproxytext .cmp-text :where(h1, h2, h3, h4, h5, h6) {
    text-align: center;
    font-family: 'Inter';
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

.invest-more-cards-wrapper .cmp-container .proxybutton {
    text-align: center;
}

.invest-more-cards-wrapper .cmp-container .proxybutton .cmp-button {
    border-radius: 8px;
    background: var(--primary-red);
    color: var(--neutral-white);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.14px;
    padding: 16px;
    min-width: 173px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
    display: inline-block;
}

.invest-more-cards-wrapper .cmp-container .leadproxytext .cmp-text p {
    color: var(--grey-dark);
    font-family: 'Inter';
    font-size: 0.625rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
}

.invest-more-cards-content .cmp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 16px 0;
}

.invest-more-cards-content .cmp-container .newextendedteaser {
    width: 16%;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 115, 187, 0.20);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    background-color: var(--primary-blue);
    background-image: url("../../../content/dam/tataaialifeinsurancecompanylimited/seo-development/invest-card-desk-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__pretitle {
    color: var(--neutral-white);
    font-family: 'Inter';
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__pretitle::before {
    content: "";
    background-image: url("../../../content/dam/tataaialifeinsurancecompanylimited/seo-development/invest-money-icon.svg");
    width: 16px;
    height: 16px;
    left: 0;
    position: absolute;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__description p:first-child,
.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .card-details {
    color: var(--secondary-tone-light-2);
    font-family: 'Inter';
    font-size: 0.625rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.1px;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__description p:nth-child(2) {
    color: var(--neutral-white);
    font-family: 'Inter';
    font-size: 2.25rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__description p:nth-child(2) b {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
    font-weight: 700;
}

.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .card-details,
.invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .profile-image-wrapper {
    display: none;
}

@media screen and (max-width:768px) {
    .invest-more-cards-wrapper .cmp-container .leadproxytext .cmp-text :where(h1, h2, h3, h4, h5, h6) {
        font-size: 1.5rem;
        letter-spacing: -0.24px;
    }

    .invest-more-cards-wrapper .cmp-container .proxybutton {
        padding: 0 16px;
    }

    .invest-more-cards-wrapper .cmp-container .proxybutton .cmp-button {
        padding: 11px;
        min-width: unset;
        margin-bottom: 8px;
        width: 100%;
    }

    .invest-more-cards-wrapper .cmp-container .leadproxytext .cmp-text p {
        font-size: 0.438rem;
        letter-spacing: -0.07px;
    }

    .invest-more-cards-content .cmp-container {
        flex-direction: column;
        gap: 8px;
    }

    .invest-more-cards-content .cmp-container .newextendedteaser {
        width: 100%;
    }

    .invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser {
        padding: 12px 16px;
        min-height: 70px;
        background-image: url("../../../content/dam/tataaialifeinsurancecompanylimited/seo-development/invest-card-mob-bg.png");
    }

    .invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__pretitle {
        display: none;
    }

    .invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__content {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }


    .invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .cmp-teaser__description p:nth-child(2) {
        font-size: 1.5rem;
        letter-spacing: -0.24px;
        margin-top: 5px;
    }

    .invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .card-details {
        display: block
    }

    .invest-more-cards-content .cmp-container .newextendedteaser .cmp-teaser .card-details span {
        display: block;
        margin-top: 5px;
        color: var(--neutral-white);
        text-align: center;
        font-family: 'Inter';
        font-size: 1rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.16px;
    }
}
.systematically-invest-banner .cmp-container {
    width: 66.2%;
    margin: 0 auto;
    background-size: 100% 100%;
    background-position: center;
    padding: 12px 31px 12px 26px;
    border-radius: 20px;
    border: 1.5px solid rgba(0, 115, 187, 0.12);
    box-shadow: 0px 0px 10px 0px rgba(0, 115, 187, 0.10);
    min-height: 194px;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser {
    position: relative;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__image {
    position: absolute;
    right: 0;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__image img {
    width: 155px;
    height: 170px;
    mix-blend-mode: darken;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content {
    width: 74.4%;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
    color: var(--grey-dark);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
    margin-bottom: 16px;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description :where(h1, h2, h3, h4, h5, h6) {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 1.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description :where(h1, h2, h3, h4, h5, h6) span {
    color: var(--primary-blue);
    font-weight: 700;
    display: block;
}

.systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p a {
    border-radius: 8px;
    background: var(--primary-red);
    padding: 16px;
    display: inline-block;
    min-width: 202px;
    color: var(--neutral-white);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.14px;
    text-align: center;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .systematically-invest-banner .cmp-container {
        width: 100%;
        padding: 16px;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__image {
        bottom: 37px;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__image img {
        width: 112px;
        height: 123px;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content {
        width: 100%;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
        font-size: 0.75rem;
        letter-spacing: -0.12px;
        margin-bottom: 8px;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description :where(h1, h2, h3, h4, h5, h6) {
        font-size: 1.5rem;
        letter-spacing: -0.24px;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description :where(h1, h2, h3, h4, h5, h6) span {
        font-weight: 600;
        width: 55%;
    }

    .systematically-invest-banner .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p a {
        padding: 11px;
        min-width: unset;
        width: 100%;
        margin-top: 29px;
    }
}
