		.footer{
			width: 100%;
			height: 180px;
			background: linear-gradient(-31deg, #EB691A,   #CE000A);
		}
		
		.footer>div>div:nth-child(1){
			/* width: 30%; */
		}
		
		.footer>div{
			width: 1200px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 180px;
		}
		.footer>div>div:nth-child(2)>div{
			height: 30px;
			line-height: 30px;
			color: white;
			text-align: center;
		}
		.footertext1>div:nth-child(1){
			color: white;
			font-size: 14px;
			font-weight: bold;
		}
		.footertext1>div:nth-child(2){
			color: white;
			font-size: 22px;
			font-weight: bold;
			letter-spacing: 4px;
		}
		.footertext1{
			margin-left: 10px;
			/* width: 200px; */
		}