@media (min-width: 981px) {
     .et_pb_column_1_6, .et_pb_row .et_pb_column_1_6 {
        width: 12.083%;
    }
    
     .et_pb_column_1_5, .et_pb_row .et_pb_column_1_5 {
        width: 15.6%;
    }
    
     .et_pb_column_2_5, .et_pb_row .et_pb_column_2_5 {
        width: 34.6%;
    }
    
     .et_pb_column_3_5, .et_pb_row .et_pb_column_3_5 {
        width: 59.9%;
    }
    
     .et_pb_column_4_5, .et_pb_row .et_pb_column_4_5 {
        width: 78.89%;
    }
    
}

@media (max-width: 980px) {
     .et_pb_column_1_6, .et_pb_row .et_pb_column_1_6
    ,  .et_pb_column_1_5, .et_pb_row .et_pb_column_1_5 {
        width: 29.667% !important;
        margin-right: 5.5%;
    }
    
     .et_pb_column_2_5, .et_pb_row .et_pb_column_2_5 {
        width: 34.6% !important;
        margin-right: 5.5%;
    }
     .et_pb_column_3_5, .et_pb_row .et_pb_column_3_5 {
        width: 59.9% !important;
        margin-right: 5.5%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
     .et_pb_column_1_6:nth-child(3n+0), .et_pb_row .et_pb_column_1_6:nth-child(3n+0)
    ,  .et_pb_column_1_5:nth-child(3n+0), .et_pb_row .et_pb_column_1_5:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
     .et_pb_column_1_6
    , .et_pb_row .et_pb_column_1_6
    ,  .et_pb_column_1_5
    , .et_pb_row .et_pb_column_1_5
    ,  .et_pb_column_2_5
    , .et_pb_row .et_pb_column_2_5
    ,  .et_pb_column_3_5
    , .et_pb_row .et_pb_column_3_5
    ,  .et_pb_column_4_5
    , .et_pb_row .et_pb_column_4_5
    {
        width: 47.243% !important;
        margin-right: 5.5%;
    }
    
     .et_pb_column_1_6:nth-child(even)
    , .et_pb_row .et_pb_column_1_6:nth-child(even)
    ,  .et_pb_column_1_5:nth-child(even)
    , .et_pb_row .et_pb_column_1_5:nth-child(even)
    ,  .et_pb_column_2_5:nth-child(even)
    , .et_pb_row .et_pb_column_2_5:nth-child(even)
    ,  .et_pb_column_3_5:nth-child(even)
    , .et_pb_row .et_pb_column_3_5:nth-child(even)
    ,  .et_pb_column_4_5:nth-child(even)
    , .et_pb_row .et_pb_column_4_5:nth-child(even)
    {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6
    , .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_5
    , .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5
    , .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5
    , .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_5
    {
        width: 100% !important;
        margin: 0 0 30px 0;
    }
    
    .et_pb_row .et_pb_column.et_pb_column_1_6:last-child
    , .et_pb_row .et_pb_column.et_pb_column_1_5:last-child
    , .et_pb_row .et_pb_column.et_pb_column_2_5:last-child
    , .et_pb_row .et_pb_column.et_pb_column_3_5:last-child
    , .et_pb_row .et_pb_column.et_pb_column_4_5:last-child
    {
        margin-bottom: 0;
    }
}