
.box_sz .list{
    float: left;
    width: 28%;
    padding-left: 20px;
    padding-right: 18px;
    border-left: 1px solid rgba(17, 17, 17, 0.1);
    color: #f60;
}
.box_sz .list:first-child{border: none;padding-left: 0;width: 25%;}
.box_sz .list:nth-child(3){width: 19%;}
.box_sz .list span{
    font-size: 100px;
    line-height: 100px;
    /* background: linear-gradient(0deg, #FF4900 0%, #FF7E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    -webkit-background-clip: initial !important;
    background: none !important;
    -webkit-text-fill-color: #f60 !important;
}
.box_sz .list strong{
    font-size: 24px;
    position: absolute;
}
.box_sz .list p{
    text-align: left;
    font-size: 18px;
    color: #111;
    margin-left: 6px;
    margin-top: 6px;
}

@media screen and (max-width: 1199px){
    .box_sz .list,
    .box_sz .list:first-child,
    .box_sz .list:last-child{
        width: 50%;
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .box_sz .list,
    .box_sz .list:first-child,
    .box_sz .list:last-child{
        width: 50% !important;
        padding: 0 !important;
        border: none !important;
    }
    .box_sz .list span {
        font-size: 50px !important;
        line-height: 58px !important;
        -webkit-background-clip: initial !important;
        background: none !important;
        -webkit-text-fill-color: #f60 !important;
    }
    .box_sz .list p {
        font-size: 14px !important;
        line-height: 22px !important;
        min-height: 44px !important;
    }
}