.about_us_content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
     color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.about_us_content ul {
    padding: 1rem;
    list-style: inherit;
    margin-bottom: 0px;
}