footer {
    display: flex;
    height: 50px;
    background-color: #ffffff;
    padding: 15px;
}

@media (max-width: 768px) {
    footer .ms-1 {
        display: none;
    }
}
