#mastering-risk-hero-section .section-heading span{
    font-size: clamp(3rem, 10vw, 7rem) !important;
    line-height: 1.5;
    background: radial-gradient( oklch(from var(--colour-brand) 1 c h / 1), oklch(from var(--colour-brand) 0.7 c h / 1));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
#mastering-risk-hero-section .section-subheading {
    font-size: clamp(1rem, 3vw, 1.5rem) !important;
}

