.widget-snippet .about-page-content {
    width: 100%;
    background: white;
}
.widget-snippet .text-section {
    max-width: 960px;
    margin: 0 auto;
    margin-top: -9px;
}
.widget-snippet .text-section p {
    color: rgb(0,0,0,.8);
    font-size: 18px;
    text-align: left;
    line-height:28px;
    font-weight: 400;
    font-family: sans-serif;
    margin-top: 20px;
}
.widget-snippet .text-section a {
    text-decoration: underline;
    color: blue;
    font-size: 18px;
    font-family: sans-serif;
    
}
.widget-snippet .text-section a:hover {
    color: red;
    text-decoration: none;
  
}
body.widget-snippet .about-page-content {
    padding: 30px;
    margin-top: 30px;
}
body.widget-snippet .text-section {
    padding: 48px 20px;
    padding-top: 0px;
    margin-top: 0px;
}
