#footer-title {
	text-align: center;
	background-color: #FFF6F0;
	padding: 0px 50px;
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index:-1;
}

.footer1 {
	width: 150px;
	height: 90px;
	align-items: center;
	display: flex;
	margin: auto;
}

#footer2-title {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 50px;
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	right:0;
	width: calc(100% - 170px);
	z-index:-1;
}