header .container {
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}