
.title .p1 {
    font-family: D_DIN_PRO_Regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #E40000;
    line-height: calc(10px + 1.5rem);
}


.title .p2 {
    width: calc(117px + 20rem);
    font-family: D_DIN_PRO_Heavy;
    font-weight: 900;
    font-size: calc(8px + 2rem);
    color: #222222;
    line-height: calc(8px + 3rem);
    text-align: left;
}


.two_banner{
    width: 100%;
    height: calc(100px + 15rem);
}
.two_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1100px){
    .title .p1{
        font-size: calc(12px + 1rem) !important;
    }
    .title .p2{
        width: 100%;
        font-size: calc(14px + 1rem) !important;
        line-height: 1.5 !important;
    }
    .two_banner {
        height: calc(100px + 1rem);
    }
    
}