.about1{
    width: 95%;
    margin: 0 auto;
    margin-top: 29px;
}
.about-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.about-text h3 {
    color: #444;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 0;
    margin-top: 16px;
}
.about-text span {
    width: 100px;
    height: 1px;
    margin-top: 10px;
    display: inline-block;
    background-color: #444;
}
.about1 p{
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
}