:root {
    /* Font */
    --font-family: 'Montserrat', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/PRE_logo.svg);

    /* Colors */
    --brand-select: #0a3a6e;
    --brand-question: #000000;
    --brand-button: #0a3a6e;
    --brand-progress: #0a3a6e;
    --bg-color: #ececec;

    /* Option box */
    --option-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    --option-border: 2px solid white;

    --radius-option: 0px;
    --radius-nav-button: 4px;
    --radius-input: 10px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    --number-border: 0;
    --number-radius: 0px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 0px;
    --input-shadow: 0 5px 10px 0 rgba(167, 83, 83, 0.1);
    --input-outline: var(--brand-select);
}
div.multiple__notes img{
display: none;
}

.final-heading {
    text-align: left;
}

.final-tip {
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .final-tip {
        width: unset;
        text-align: left;
        position: relative;
        top: 87px;
        left: 15px;
    }    
}