.footer {
    width: 98%;
    height: 70px;
    background-color: #262626;
    margin-top: 50px;
    margin-bottom: 30px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    color: darkgrey !important;
    margin: auto;
}

@media (max-width: 1400px) {
    .footer #email{
        display: none;
    }
}

@media (min-width: 1400px) {
    
}