
/* FOOTER */

@media only screen and (max-width: 980px) {

    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row::after {
        display: none;
    }
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row.row_copyright {
        flex-direction: row;
        gap: 0px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row.row_copyright {
        flex-direction: column;
    }
}


