:root {
    --font: "Montserrat", Sans-serif;
    --fontRaleway:'Raleway', sans-serif;
    --TitilliumWeb:'Titillium Web', sans-serif;
    --white: #fff;
    --black: #000;
    --lightBlack: #232323;
    --blue:#203F5B;
    --grey:#A5A08F;
}
.table>:not(caption)>*>* { padding: 0.1rem 0.7rem;}

/* LEARNING PAGE */
.learning{
    padding:260px 15px 80px;
    text-align:center;
}

.learning h2{
    color: var(--blue);
    font-family: var(--font);
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
}

.learning p{
    color: var(--blue);
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875em;
}
/* END OF LEARNING PAGE */

/* INVESTOR REGISTRATION PAGE */
.registerForm{
    padding:25px 0px !important;
    min-height: calc(100vh - 100px) !important;
}
.registerImg{display:grid;place-items: center;}
/* END OF INVESTOR REGISTRATION PAGE */

@media(max-width:767px){
    .registerForm{
        padding:25px 15px !important;
    }
}
