﻿.on720-footer-img-desktop {
    margin-right: 10px;
}
.on720-mobile-footer {
    display: flex !important;
    align-items: center;
}

.on720-mobile-footer-logo{
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .on720-mobile-footer-logo {
        display: initial;
    }
    .on720-text-align-center {
        text-align: center;
    }
    .on720-mobile-footer {
        justify-content: center;
    }
    .on720-footer-img-desktop {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .on720-footer-img-center {
        text-align: -webkit-center;
    }
}