:root {

    --ts-color-primary: #5462FF;
    --ts-color-secondary: black;
}

.button-cta {
    background: linear-gradient(90deg, #5462FF 0%, #323B99 100%);
    color: whitesmoke;
}

#SectionB {
    background:
        /* url('/img/H002.webp') no-repeat center, */
        linear-gradient(to bottom, #323B98, #525FF6);
    background-size: contain, cover;
    /* Adjust as needed */
}