.the-page-g {
    background: url("../images/common/water.png") no-repeat;
    background-position: 80% 60%;
}

.about {
    padding-top: var(--gap-72);
}

.about .title-g {
    text-align: center;
}

.dark .about .title-g {
    color: var(--text-color-theme-dark);
}

.about .sub-title {
    width: 750px;
    font-size: 16px;
    margin: 64px auto 0;
    text-align: left;
    line-height: 28px;
    text-indent: 2em;
    color: var(--text-color-regular);
}

.dark .about .sub-title {
    color: var(--text-color-theme-dark-sub);
}

.about .sub-title + .sub-title {
    margin-top: 24px;
}