.el-footer {
	width: 100%;
	height: 5.5rem !important;
	background-color: #263238;
	text-align: left;
	padding: 2rem var(--page-margin) !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.el-footer div {
	position: relative;
}
.location {
	max-width: 21.875rem;
}
.contact {
	max-width: 10.5rem;
}
.footer-title {
	font-family: BaiJamjuree-Bold;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.30);
	letter-spacing: 0;
	text-align: left;
}
.footer-content {
	font-family: BaiJamjuree-Regular;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.70);
	text-align: left;
}

