


.about-page .title {
    width: 1000px;
    font-weight: 600;
    margin: 50px 0;
    text-align: center;
}

.about-page{
width: 1000px;
margin: auto;
}

.about-page p {
    line-height: 2;
    margin: 20px 0;
    font-size: 14px;
    width: 1000px;
    margin:30px auto;
}

.about-row {
    width: 1400px;
    display: flex;
    align-items: center;
    margin: 50px auto;
    justify-content:center;
}

.about-row .left {
    width: 50%;
    line-height: 2;
    padding: 100px;
}

.about-row .left .title {
    font-weight: 600;
    text-align: left;
}

.about-row .left p {
    margin: 30px 0;
    width: 100%;
}

.about-row img {
    width: 30%;
}