.two_about_4_box {
    width: 100%;
    padding-top: calc(11px + 2rem);
    padding-bottom: calc(2px + 5rem);
}

.two_about_4_box .two_about_4 {
    max-width: 1400px;
    width: 85%;
    margin: auto;
}

.two_about_4_list_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1rem);

}

.two_about_4_list_item {
    width: 100%;
    background: #F8F8F8;
    border-radius: calc(5px + 0.25rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: calc(5px + 1.5rem) calc(15px + 2rem);
}

.two_about_4_list_item_icon {
    width: calc(8px + 0.5rem);
    cursor: pointer;
    transition: .5s;
}

.two_about_4_list_item_icon img {
    width: 100%;
}

.two_about_4_list_item_left {
    width: calc(86px + 50rem);
}

.two_about_4_list_item_left .p1 {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #222222;
    line-height: calc(10px + 1rem);

}

.two_about_4_list_item_left .p2 {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    margin-top: calc(2px + 0.25rem);
    display: none;

}

@media (max-width: 1100px){
    .two_about_4_list_item_left .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        width: 90%;
    }
    .two_about_4_list_item_icon {
        width: calc(15px + 0.5rem);
       margin-top: calc(1px + 1rem);
    }
    .two_about_4_list_item_left .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}