
.text
{
    width: 100%;
    display: inline;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: justify
}

.text h1
{
    display: block;
    font-weight: normal;
    font-size: 19px;
    margin: 0px;
    padding: 5px 0px 15px 0px;
    color: #4C4F59
    
}


