.index-page {
    .hero__title {
        color: var(--color-section-title);
    }

    .hero__rte {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        color: var(--color-text-primary);

        p {
            color: var(--color-text-primary);
            font-size: 14px;
            font-weight: 400;
            line-height: 130%;
            margin: 0;

            &+p {
                margin-top: 12px;
            }
        }

        strong {
            font-weight: 600;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: var(--color-section-title);
            font-size: 30px;
            font-weight: 400;
            line-height: 120%;
            margin: 0 0 12px;

            @media (min-width: 750px) {
                font-size: 34px;
            }
        }
    }
}