#sec_6h19t{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
#cont_wsff{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
#cont_n42si{
    box-sizing: border-box !important;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
#div_2ox8b{
    width: 300px;
    min-width: 300px;
    padding: 30px 0;
    font-size: 31px;
    font-weight: 600;
}
#div_2ox8b span{
    font-weight: 200;
    font-size: 24px;
}
#wrap_4p4ex{
    overflow: hidden;
    box-sizing: border-box !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    /*border-top: none;*/
    margin-bottom: 15px;
}
#wrap_4p4ex:first-of-type{
    /*border-top: 1px solid #dddddd;*/
}

#wrap_4p4ex .box_qtx3w{
    box-sizing: border-box;
    width: 180px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #dddddd;*/
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    background-color: #ffffff;
}
#wrap_4p4ex .box_et0ri{
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #444444;
}

@media (max-width: 1200px) {
    #div_2ox8b {
        width: 220px;
        min-width: 220px;
        padding: 30px 0;
        font-size: 24px;
    }
    #div_2ox8b span {
        font-size: 20px;
    }
    #wrap_4p4ex {
        margin-bottom: 10px;
    }
    #wrap_4p4ex .box_qtx3w {
        width: 120px;
        min-width: 120px;
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
    }
    #wrap_4p4ex .box_et0ri {
        padding: 20px;
        font-size: 15px;
        line-height: 27px;
    }

}

@media (max-width: 992px) {
    #sec_6h19t {
        padding: 35px 0;
    }
    #cont_wsff {
        flex-direction: column;
    }
    #div_2ox8b {
        width: 100%;
        min-width: 100%;
        padding: 20px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    #div_2ox8b {
        padding: 10px 20px;
        font-size: 20px;
    }
    #div_2ox8b span {
        font-size: 18px;
    }
    #wrap_4p4ex .box_qtx3w {
        width: 100px;
        min-width: 100px;
        font-size: 16px;
        line-height: 26px;
    }
    box-sizing: border-box;
    padding: 20px 10px;
    font-size: 15px;
    line-height: 25px;
}


