.about-us-banner-mobile{
    width: 100%;
    /* height: 37vw; */
    height: auto;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
 }

 .about-us-banner{
     display: none;
 }

#div-content {
    width: 80%;
    height: auto;
    /* margin: 50px 70px; */
    display: inline-block;
    text-align: center;
}

#div-content img {
    width: 100%;
    height: auto;
    /* margin: 0 28px; */
    margin: 20px 0;
}

.ql-align-center:nth-of-type(1) {
    width: 100%;
    font-size: 18px;
    padding-top: 15px;
    /* border-bottom: 2px #C9C9C9 solid; */
}

p {
    width: 100%;
    text-align: start;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 38px;
}

.ql-align-center{
    text-align: center;
}

p:last-child{
    margin-bottom: 6vw;
}
