.about-us{}
.about-us .title{
    text-align: center;
    margin: 30px 0;
    color: #525e6a;
}
.about-us .content{
    text-indent: 2rem;
    line-height: 30px;
}
.about-us .content h5{
    margin: 30px 0;
    font-size: 18px;
}
.about-us .content img{
    width: 100%;
    margin: 30px 0;
}
