.about-us{
    max-height:none;
    padding-top:2rem
}
.about-us .title span{
    width:60px;
    border-bottom:3px solid;
    display:inline-block;
    margin-bottom:10px;
    border-bottom-color:rgb(0, 136, 247)
}
.about-us .content{
    padding-bottom:32px
}
.about-us .content p{
    font-size:larger;
    padding-top:0px;
    padding-bottom:0px
}
.about-us .content ul li::marker{
    content:"• ";
    font-size:large
}
