.ProjectLandingPage {

    &-header {
        margin-bottom: 15px;
    }

    &-wrap {
        padding: 0 60px;
    }

    &-btn {
        margin-top: 36px;
    }

    &-lead {
        font-size: 19px;
    }

    &-selectors {
        background: var(--white);
        padding: 10px 0 54px !important; /* stylelint-disable-line */

        & .LoadingIndicator {
            top: 45%;
        }
    }

    &-loading-state {
        min-height: calc(100vh - 115px);
    }

    &-info {
        background: var(--gray-100);
        font-size: 16px;
        padding-bottom: 40px;
        padding-top: 28px;

        &--heading {
            font-size: 18px;
            margin-bottom: 30px;
        }
    }

}
