@media (max-width: 700px) {
    .overflow {
        overflow-x: scroll;
    }

    .email {
        min-width: 150px;
    }
}