html {
    scroll-behavior: smooth;
}

.font-ubuntu {
    font-family: 'Ubuntu';
    font-style: normal;
}

.onboarding-process-banner {
    height: 480px;
}

.large-header {
    /* Large Header

Page Title
*/
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* Dark Navy */
    color: #2C3245;
}

.mid-header {
    /* Header 1 */
    font-weight: 900;
    font-size: 32px;
    line-height: 37px;

    /* Dark Navy */
    color: #2C3245;
}

.title-color-blue {
    color: #2EABE1;
}

.large-description {
    /* Large Description

Description under page title

*/
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    padding-top: 1em;
    /* or 130% */

    /* Dark Navy */
    color: #2C3245;
}

.onboard-process-steps {
    width: 100%;
}

.onboarding-process-banner {
    background-image: url(../../images/onboardingProcessBanner.png);
    background-repeat: no-repeat;
    display: block;
    background-position: bottom;
    background-size: contain;
}
.height-100-percent{
    height: 100%;
}
.border-babyblue{
    border-color: #E5F5FB !important;
}
.border-2{
    border-width: 2px !important;
}