@media (width>=768px) {
    [data-sectionid='sticky_block'] .section-content-wrapper>.group-block {
        position: sticky;
        top: 1rem;
        z-index: 2;
    }
}

[data-sectionid='sticky_block'] .section-content-wrapper .group-block+.group-block .group-block {
    position: sticky;
}

@media (width<=768px) {
    [data-sectionid='sticky_block'] .section-content-wrapper>.group-block:first-child .group-block-content {
        >.custom-typography:first-child {
            --font-size: 18px !important;
        }
        >.custom-typography:last-child {
            --font-size: 30px !important;
        }
    }

    [data-sectionid='sticky_block'] .section-content-wrapper>.group-block:nth-child(2) .group-block-content >.group-block .group-block-content{
            >.custom-typography:first-child {
                --font-size: 24px !important;
            }

            >.custom-typography:last-child {
                --font-size: 18px !important;
            }
    }
}