.singlepage{margin-bottom: 50px;}
#page .header-title{
    margin: 32px 0;
    position: relative;
}
#page .header-title .text--title{
    text-align: center;
    font-size: 2em;
    padding-bottom: 15px;
}
#page .header-title .text--title:after{
    content: "";
    width: 90px;
    height: 2px;
    background: #212121;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}

.singlepage .singlepage h1,
#page .singlepage h2,
#page .singlepage h3{
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    background: none;
    color: #212121;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Roboto-700;
    font-size: 22px;
    margin-bottom: 17px;
}
#page .singlepage p{
    font-family: 'Roboto-400';
    font-size: 1em;
    margin-bottom: 17px;
    line-height: 1.2;
    color: #212121;
}
#page ul{
    margin-bottom: 20px;
}
#page ul li{
    margin: 0 0 7px 50px;
    position: relative;
    list-style-type: square;
    line-height: 1.7;
}

@media(max-width:767px) {
    #page ul li{
        margin: 0 0 7px 20px;
    }
}