img.footer_icon.img {
    width: 2.25rem;
    display: flex;
}
.footer_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_text {
    text-align: center;
    font-size: .85rem;
}

.footer__menu.main>.footer_icon>img.footer_icon.img.main {
    width: 3.25rem;
    position: relative;
    bottom: 1rem;
}

span.footer_text_main.span{ 
    position: relative;
    bottom: 1rem;
}
.footer__menu {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: .2s 
ease-in-out;
}






