@media ( max-width: 1024px ) {
.header {
	flex-direction: column;
	height: auto;
    padding: 24px 0;
    gap: 24px;
	margin: 0 -12px;
}
.header h1 {
	position: relative;
    left: unset;
    bottom: unset;
    order: 1;
	text-align: center;
}
.header .time-zone {
	position: relative;
    right: unset;
    bottom: unset;
}
}
