
.landing-hero-section {
    padding: 32px 120px 48px;
    scroll-margin-top: 32px;
}

.landing-hero-section .hero-heading {
    font-weight: 600;
    font-size: 44px;
    line-height: 50.69px;
    margin: 14px 0px;
    font-family: PPMori-semiBold, sans-serif;
    color: var(--Grey-900);
}

.landing-hero-section .hero-text {
    font-family: var(--font-family-base);
    color: var(--Grey-600);
    font-size: 16px;
    line-height: 24px;
}

.landing-hero-section .learn-to-invest {
    color: var(--Grey-600) !important;
    font-family: var(--font-family-base);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    padding: 4px 12px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.79);
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}

.margin-Top-Div {
    margin-top: 0;
}

@media (max-width: 768px) {
    .landing-hero-section {
        padding: 24px 16px;
    }
    .landing-hero-section .hero-heading {
        font-size: 32px;
        line-height: 38px;
    }
}

.cross-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
