.mdc_text_footer {
    display: flex;
    width: 100%;
    height: auto;
}

.mdc_text_footer_left {
    margin: 2rem 2rem 2rem 0;
}

.mdc_text_footer_right {
    margin: 2rem 0 2rem 2rem;
}

@media(max-width:991px) {
    .mdc_text_footer {
        flex-direction: column;
        padding: 10px;
    }

    .mdc_text_footer_left {
        margin: 0;
    }
    
    .mdc_text_footer_right {
        margin: 0;
    }
}