<>
#footer .foot-icons .branch-address {
text-align: center;
}
@media (min-width: 992px) {
#footer .foot-icons {
height: 320px;
display: flex;
flex-direction: column;
align-items: stretch;
/* justify-items: stretch; */
justify-content: space-between;
}
}
#footer .foot-icons .branch-address {
text-align: right;
}
>