@layer addon {
    .review {
        .templateContent {
            h2 {
                font-size: var(--l-fontsize);
                line-height: var(--l-lineheight);
                font-weight: 700;
                color: var(--color2);
                padding: calc(var(--gutter) / 2) 0;
            }
        }
    }
}