.title{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;

}
.title p:nth-of-type(1){
    font-family: PINGFANG;
    font-weight: 800;
    font-size: calc(10px + 1.5rem);
    color: #333333;
    width: max-content;
}

.small_title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(10px + 0.5rem);
    width: max-content;
}

.small_title p:nth-of-type(1){
font-family: PINGFANG;
font-weight: 500;
font-size: calc(8px + 0.5rem);
color: #333333;
}

.small_title div{
    width: calc(20px + 3rem);
height: 1px;
background: #D2D2D2;
}