.crt-d-page-header {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
}
.crt-d-page-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
.starter-sites-install-notice {
    background-position: bottom center;
    min-height: 300px;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.starter-sites-install-notice .starter-site-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px;
}
.starter-sites-install-notice .starter-sites-install-content {
    font-size: 16px;
    margin-bottom: 25px;
}