.footer{
	padding: 30px 10px; background-image: linear-gradient(#E8F1F2, #31AEBA); margin-top: 20px;
}
	.footer__items{
		gap:20px; max-width: 1200px; flex-wrap: wrap;
	}
		.footer__items--imgs{
			max-width: 35px;
		}
		.footer__items--ubi{
			max-width: 30px;
		}

@media screen and (min-width:770px){
	.footer__items{
		max-width: 770px;
	}	
}
@media screen and (min-width:1024px){
	.footer__items{
		max-width: 65%
	}
}