



#footer-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 700px;
}
.footer-flex {
    width: 50%;
    max-width: 350px;
    text-align: center;
}
.agent-phone {
    font-size: xx-large;
}

@media (max-width: 650px) {
.mrp-menu-resp-wrapper .top-handle {
    padding-bottom: 75%;
}
#outer-footer h1 {
    font-size: 27px;
}
.agent-phone {
    font-size: large;
}
}