.text_center{
    text-align: center;
}
.font_bold{
    font-weight: bold;
}

.faq_heading{
    font-size: 18px;
}
.space_between{
    padding: 15px 0;
}
.user_profile{
    margin: 0 auto;
}
.normal_text{
    color: #1b1b1b;
    font-size: 14px;
    font-family: 'montserratregular';
    line-height: 1.6;
    margin-top: 16px;
} 
.inline_block{
    display: inline-block !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}