.header-wrapper-display{
    height: 80px;
}
.help-page-section{
    padding: 50px;
    max-width: 1020px;
    margin:45px auto;
    background: #F8F8F8;
    border-radius: 15px;
}
.help-page-title{
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
}
.help-page-subtitle{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: justify;
}
.underline{
    text-decoration: underline;
}
.text-indent{
    text-indent: 15px
}
.no-bullet{
    list-style-type: none;
}

.help-page-body{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: justify;
}

#help-page ul li {
    list-style-type: upper-latin;
}