

.wrapper {
    padding: 10px calc(50% - 600px);
}

.wrapper .title {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 56px;
    text-align: center;
}

.wrapper .subTitle {
    display: flex;
    justify-content: center;
    height: 70px;
    margin-bottom: 30px;
    padding: 24px 0;
}

.wrapper .subTitle span {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 0 15px;
}

.wrapper .subTitle span:first-of-type {
    border-right: 1px solid #999;
}

.content {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 36px;
}

@media screen and (max-width: 768px) {
    .wrapper .subTitle {
        padding: 0 .2rem;
    }

    .content {
        padding: .2rem;
    }
}