.WalkthroughPage {
    flex-grow: 1;
    height: 100%;
    position: relative;
    width: 100%;

    &-background {
        background-color: #f8f8f8;
        background-image: url(assets/activate-payments-modal-background.svg);
        height: 150px;
        width: 100%;
    }

    &-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        padding-bottom: 24px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    &-header {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 16px;
        margin-top: 22px;
    }

    &-body {
        color: var(--gray-600);
        height: 80px;
        padding: 0 40px;
        text-align: center;
        white-space: pre-wrap;
        width: 100%;
    }
}
