.index-rte {
    & .hero__content {
        max-width: 960px;
    }

    @media screen and (max-width: 1024px) {
        & h2, .hero__rte {
            margin-bottom: 16px;
        }
    }
}