.email-img, .Contact-img, .address-img {
    height: fit-content;
    width: 19px;
}
#share img {
    width: 33px;
    height: 33px;
}

@media (max-width: 1025px) {
    .tab_center {
        text-align: center;
    }
    #share {
        justify-content: center;
    }
}
@media (max-width: 1025px) and (min-width: 600px){
    footer .w-25 {
        width: 18% !important;
    }
    .Sec_Meron_1 .row {
        align-items: center;
    }
    .ft_txt_1 {
        font-size: 20px !important;
    }
    .ft_txt_2 {
        font-size: 17px !important;
    }
    .tab_flex {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 600px) {
    .term_cnd {
        padding-left: 2.5rem;
    }
    .mail, .phone {
        margin-bottom: 1rem;
    }
    footer .mmgc_bg_clr {
        font-size: 14px;
    }
}