footer {
    background-color:#393c3e !important;
    height:475px;
    /* display:flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
footer .inner {
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
.footer-logo {
    width:250px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
footer .inner {
    text-align: center;
}

.sub-footer {
    background-color:#313435;
    height:48px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    padding-left:30px;
    padding-right:30px;
}
.sub-footer a {
    font-family: "NeueHaasUnicaPro-Regular";
    color:#7c7c7c;
    font-size:17px;
    text-decoration: none;
}
.sub-footer-left {
    padding-left:30px;
}
.sub-footer-right {
    padding-right:30px;
    display:flex;
    gap:20px;
}