@media(max-width: 1128px) {
    .main_div_footer .itishree-footer-container {
        justify-content: space-evenly;
    }
}

@media(max-width: 918px) {
    .main_div_footer .footer-bottom-text {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}