@media (max-width: 1024px) {
	header .container{
		justify-content: center;
	}

}


@media (max-width: 840px) {
	footer .informations .container{
		flex-wrap: wrap;
    	align-items: center;
    	flex-direction: column;
    	text-align: center;
    	row-gap: 30px;
    	padding-bottom: 40px;
	}

}