.dashboard h2{
     padding-bottom: 43px;
    width: 100%;
    background-image: url(../images/under_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 25px;
    color: #202020;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 0px 10px 30px;
    text-transform: uppercase;
    text-align: center;
         
     }
.dashboard{
    padding: 50px 0;
    background: url(../images/bg.jpg);
    background-repeat: repeat;
 
}

.dashboard p {
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #8c8c8c;
    font-family: 'Raleway', sans-serif;
    line-height: 33px;
    padding: 0px 0px;
}



