/* css for registration-flow custom content */
.service-step-header-customContainer {
display:none;
}
.wwpp-step-services .service-step-header-customContainer {
display:flex;
flex-direction: column;
}
.service-step-header-customContainer-smallertext {
font-size: 12px;
}

/* hide header title */
 .wwpp-header--title {
display: none !important;
}