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