/* Custom CSS for Partners Section - 5 images per row */
#partners .et_pb_row_1.partner_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#partners .et_pb_column {
    width: 20% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    padding: 0 10px;
}

/* Responsive adjustments */
@media only screen and (max-width: 980px) {
    #partners .et_pb_column {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 767px) {
    #partners .et_pb_column {
        width: 50% !important;
    }
}

@media only screen and (max-width: 479px) {
    #partners .et_pb_column {
        width: 100% !important;
    }
}
