#about-us 
{
    background-color: rgba(211, 209, 209, 0.603);
}

.about-title 
{
    font-size: 2rem;
    font-weight: 500;
    margin-top: 5%;
}

#about-us ul 
{
    margin-left: 20px;
}

#about-us ul li 
{
    margin: 10px 0;
}