.about-us{
    padding: 40px 20px 80px 20px;
}
.about-us ul{
    margin-left: 16px;
    margin-bottom: 15px;
}
.about-us ul li{
    list-style: disc;
    margin-bottom: 4px;
}
.about-title{
    font-size: 32px;
    text-transform: uppercase;
}
@media screen and (max-width:991px) {
    .about-us h1{
        margin-bottom: 20px;
    }
    .about-us h2{
        margin-bottom: 10px;
        font-size: 24px;
        margin-top: 24px;
    }
}
