.footer-phone {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.powered-by-menu:hover {
    color: #990000;
}

@media screen and (max-width: 768px) {
    .footer-phone {
        justify-content: center !important;
    }
}