.header {
    margin: 0;
    padding: 0 80px;
}
@media (max-width: 640px) {
    .header {
        padding: 0 16px;
    }
}