.help span{
    display: block;
}
.help h3{
    font-weight: 500;
    font-size:20px;
}
.help h3 b{
    font-weight: 600;
    font-size: 22px;
}
.help p{
    margin-top: 10px;
}
.help .example p{
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #65666d;
    line-height: 1.7;
}
.help .example span{
    margin-left: 30px;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #9195a3;
}