#cms header.page-header h1
{
    font-size: 32px;
    color: #253D4E;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Quicksand',sans-serif;
}

#cms #content h2
{
    font-size: 24px;
    color: #253D4E;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Quicksand',sans-serif;
    text-align: left;
}




#cms #content p,
#cms #content .testimonials
{
    font-family: 'Lato', sans-serif;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}


#cms #content p a
{
    text-decoration: underline;
    font-weight: 600;
}

#cms #content ul {
    padding: 0 0 0 14px;
}


#cms #content ul li {
    display: flex;
    margin: 0 0 10px;
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
}


#cms #content ul li span {
    /*flex: 0 0 165px;
    display: inline-block;*/
    margin-right: 5px;
}


#cms #content ul li:before {
    position: absolute;
    left: -14px;
    top: 16px;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #9b9b9b;
}

#cms #main .page-content
{
    padding: 0;
}

@media (max-width:1199px)
{
    #cms #wrapper>.container
    {
        max-width: 100%;
        width: 100%;
    }
}