
.contact-info {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: stretch;
}

.contact-subTitle {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(60, 60, 60, 1);
    line-height: 37px;
}

.contact-phone {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(60, 60, 60, 1);
    line-height: 28px;
    margin: 35px 0 15px 0;
}

.contact-address {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
}