﻿.footer-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.footer-flex-item {
    flex: 1 1 0px;
}
.flex-about-us-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
