@media(max-width:1300px) {
	footer {
		display: flex;
		justify-content: center;
		margin:0 5%;
	}
	.home3-imgs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}