.two_support_1_box {
    width: 100%;
    padding-top: calc(15px + 4rem);
    padding-bottom: calc(12px + 5rem);
}

.two_support_1 {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_support_1_left {
    width: 40.7317%;

}

.two_support_1_left .p1 {
    font-family: D_DIN_PRO_Heavy;
    font-weight: 900;
    font-size: calc(8px + 2rem);
    color: #E20100;
    line-height: calc(10px + 3rem);
    text-align: left;
}

.two_support_1_left .p2 {
    font-family: D_DIN_PRO_Regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #222222;
    line-height: calc(4px + 1.5rem);
    text-align: left;
    margin-top: calc(3px + 0.5rem);
}

.two_support_1_pic {
    width: 48.7805%;
    height: calc(132px + 20rem);
}

.two_support_1_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_support_2_box {
    width: 100%;
    overflow: hidden;
}

.two_support_2 {
    width: 100%;
    height: calc(80px + 5rem);
    background: #222222;
    margin: auto;
    font-family: D_DIN_PRO_Heavy;
    font-weight: 900;
    font-size: calc(4px + 1rem);
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two_support_2_list {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(14px + 3rem);
    margin-top: calc(2px + 3rem);
    padding-bottom: calc(7px + 2rem);
}

.two_support_2_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(1px + 5rem);
}

.two_support_2_item_pic {
    width: 29.2683%;
    height: calc(32px + 15rem);
}

.two_support_2_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_support_2_item_text {
    flex: 1;
}

.two_support_2_item_text .p1 {
    font-family: D_DIN_PRO_SemiBold;
    font-weight: 600;
    font-size: calc(10px + 1rem);
    color: #E40000;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
    text-align: left;
}

.two_support_2_item_text .p2 {
    font-family: D_DIN_PRO_Regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    text-align: left;
    margin-top: calc(5px + 0.5rem);
}
@media (max-width: 1100px){
    .two_support_1{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .two_support_1_left{
        width: 100%;
    }
    .two_support_1_left .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .two_support_1_left .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_support_1_pic {
        width: 100%;
    }
    .two_support_2{
        padding: 0 7.5%;
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .two_support_2_item{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .two_support_2_item_pic{
        width: 100%;
        height: auto;
    }
    .two_support_2_item_text .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .two_support_2_item_text .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_support_2_list {
        gap: calc(14px + 8rem);
    }
}