
.title{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
 
}
.title .p1{
font-family: Source Han Sans, Source Han Sans;
font-weight: 700;
font-size: calc(4px + 3rem);
color: #1E3654;
line-height: calc(13px + 4rem);
margin-top: calc(7px + 1rem);
}
.title .line{
    width: calc(16px + 3rem);
height: calc(2px + 0.1rem);
background: #DFB758;
}

.title .p2{
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(2px + 1rem);
color: #FFFFFF;
line-height: calc(10px + 1.5rem);
text-align: center;
margin-top: calc(5px + 0.5rem);
}


@media screen and (max-width: 1100px){
    .title .p1{
font-size: calc(16px + 1rem);
line-height: 1.5;
    }
    .title .p2{
        font-size: calc(10px + 1rem);
line-height: 1.5;
    }
}
