footer{
	width: 100%;
	    background-image: linear-gradient(to right, #123178, #005E93);
}
.footer{
	width: 100%;
	margin: 80px auto;
	display: flex;
	flex-wrap: wrap;
}
.footer1{
	width: 23.5%;
	float: left;
	margin: 40px 0;
	margin-right: 2%;
}
.footer1:nth-child(4n){
	margin-right: 0;
}
.footer2{
	width: 100%;
	font-family: "SOURCEHANSANSSC-BOLD";
	margin-bottom: 20px;
	font-size: 24px;
	color: white;
}
.footer3{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 24px;
	color: #00C1D5;
	    text-decoration: underline;
}
.footer3:last-child{
	margin-bottom: 0;
}