.WelcomePage {
    background-color: var(--white);
    border-radius: 3px;
    margin-bottom: 40px;
    padding-bottom: 75px;

    &-hero {
        height: 390px;
        position: relative;

        &-background {
            background-color: var(--gray-100);
            background-image: url(assets/welcome-page-background.svg);
            height: 339px;
        }

        &-content {
            position: absolute;
            text-align: center;
            top: 75px;
            width: 100%;
        }

        &-graphic {
            height: 315px;
            width: 952px;
        }
    }

    &-content {
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        width: 600px;
    }

    &-header {
        font-size: 32px;
        margin-bottom: 24px;
    }

    &-message {
        margin-bottom: 12px;
    }

    &-disclaimer {
        color: var(--gray-400);
        margin-bottom: 68px;
    }

    &-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 324px;
    }
}
