.gap10 {
    gap: 10px !important;
}

.gap6 {
    gap: 6px !important;
}

#footerArea {
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width:1023px) {
    .l-footer-widget-area .footer_right_flex {
        justify-content: flex-start;
    }

    .c-copyright {
        text-align: center;
    }

    .footer_cover .wp-block-cover__image-background {
        background-size: 145%;
        background-position: 15% 35%;
    }

    .footer_inner_flex {
        padding-right: 0 !important;
    }

    .footer_cover_txt {
        text-align: center;
    }

    .footer_cover .footer_inner_flex_bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
}