#nav-example li
{
     /* width: 8%; */
}#nav-example li:first-child
{
    /* width: 10%; */
}.about-us-banner
{
    margin-bottom: 80px;
}.jq-class h4
{
    font-size: 28px;
    text-align: center;
    position: relative;
}.jq-class h4:after
{
    position: absolute;
    top: 15px;

   /* width: 83%;*/
    height: 1px;
    margin-left: 20px;

    content: '';

    background-color: #dbdbdb;
}ul.jq-list
{
    width: 100%;
    margin-bottom: 0;
}ul.jq-list li.jq-dashed-border
{
    float: left;

    width: 32%;
    min-height: 103px;
    padding: 20px;

 /*   border: 1px dashed #dbdbdb;
    border-top: 0 dashed #dbdbdb;
    border-right: 0 dashed #dbdbdb;*/
}ul.jq-list li.jq-dashed-border img
{
    width: 100%;
    border: 1px solid #eee;
}ul.jq-list li.jq-dashed-border:first-child
{
    border-top: 0 dashed #dbdbdb;
    border-left: 0 dashed #dbdbdb;
}ul.jq-list:last-child li
{
    border-bottom: 0 dashed #dbdbdb;
}section.jq-block
{
    padding: 0;
}
